[dbb3ea]: / rna / metacells / SEACell_env.yml

Download this file

35 lines (30 with data), 656 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# https://github.com/dpeerlab/SEACells
channels:
- conda-forge
- bioconda
dependencies:
- scanpy=1.8.2
- loompy=3.0.6
- jupyter
- louvain
- python-igraph
- louvain>=0.6,!=0.6.2
- leidenalg
# - harmonypy
# - scanorama
- seaborn
- cython
- pyranges
- pip
- pip:
- dfply
# - palantir
# - PhenoGraph
# commands:
# conda create -n metacells python==3.9 --yes
# conda activate metacells
# conda install mamba --yes
# mamba env update -n metacells --file SEACell_env.yml
# pip install git+https://github.com/settylab/Palantir@removeTSNE
# python setup.py develop # inside SEACells
# mamba remove -n metacells --all