|
a |
|
b/rna/snakemake/environment.yaml |
|
|
1 |
name: gastrulation_multiome_10x_rna_snakemake |
|
|
2 |
channels: |
|
|
3 |
- conda-forge |
|
|
4 |
- bioconda |
|
|
5 |
dependencies: |
|
|
6 |
# - python=3.9.10 |
|
|
7 |
- python=3.8 |
|
|
8 |
- cython |
|
|
9 |
- ipython |
|
|
10 |
# - jupyter |
|
|
11 |
- ipywidgets |
|
|
12 |
- bioconductor-scater |
|
|
13 |
- bioconductor-scran |
|
|
14 |
- bioconductor-singlecellexperiment |
|
|
15 |
- bioconductor-batchelor |
|
|
16 |
- bioconductor-scds |
|
|
17 |
- bioconductor-edger |
|
|
18 |
- bioconductor-deseq2 |
|
|
19 |
# - bioconductor-destiny = 3.4 # THIS IS DEPRECIATED, DEPENDS ON bioconductor-singlecellexperiment 1.12 |
|
|
20 |
# - r-xml2 =1.3.2 |
|
|
21 |
- r-r.utils |
|
|
22 |
- r-matrix |
|
|
23 |
- r-future |
|
|
24 |
- r-argparse |
|
|
25 |
- r-ggpubr |
|
|
26 |
- r-data.table |
|
|
27 |
- r-purrr |
|
|
28 |
- r-furrr |
|
|
29 |
- r-argparse |
|
|
30 |
- r-seurat=4.1.0 |
|
|
31 |
- r-pheatmap |
|
|
32 |
- r-ggrastr |
|
|
33 |
- scanpy=1.8.2 |
|
|
34 |
- loompy=3.0.6 |
|
|
35 |
- velocyto.py |
|
|
36 |
# - h5py=2.10.0 |
|
|
37 |
- python-igraph |
|
|
38 |
- louvain>=0.6,!=0.6.2 |
|
|
39 |
- fa2 |
|
|
40 |
- leidenalg |
|
|
41 |
- harmonypy |
|
|
42 |
- scanorama |
|
|
43 |
- seaborn |
|
|
44 |
- samtools=1.15 |
|
|
45 |
- snakemake |
|
|
46 |
- pip |
|
|
47 |
- pip: |
|
|
48 |
- dfply |
|
|
49 |
- scvelo |
|
|
50 |
- git+https://github.com/settylab/Palantir@removeTSNE |
|
|
51 |
- git+https://github.com/dpeerlab/SEACells |
|
|
52 |
|
|
|
53 |
|
|
|
54 |
# conda create -n gastrulation_multiome_10x_rna_snakemake python==3.9 --yes |
|
|
55 |
# conda activate gastrulation_multiome_10x_rna_snakemake |
|
|
56 |
# conda install mamba --yes |
|
|
57 |
# mamba env update -n gastrulation_multiome_10x_rna_snakemake --file environment.yaml |