forked from zhxiaokang/RASflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yaml
36 lines (36 loc) · 784 Bytes
/
env.yaml
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
36
name: rasflow
channels:
- conda-forge
- bioconda
- r
- defaults
dependencies:
- snakemake=5.3.0
- graphviz=2.40.1
# command tool installs
- R=3.5.1
- python=3.6.7
# r channel installs
- r-yaml=2.2.0
- r-statmod=1.4.30
- r-gplots=3.0.1
# conda-forge channel installs
- r-heatmap.plus=1.3
- r-readr=1.3.1
- r-hash=3.0.1
# bioconda channel installs
- fastqc=0.11.8
- trim-galore=0.6.2
- multiqc=1.5
- salmon=0.14.1
- hisat2=2.1.0
- samtools=1.9
- subread=1.6.4 # featureCounts included
- htseq=0.11.2 # htseq-count included
- bioconductor-edger=3.26.0
- bioconductor-deseq2=1.22.1
- qualimap=2.2.2a
- bioconductor-mygene=1.18.0
- bioconductor-tximport=1.12.1
- bioconductor-enhancedvolcano=1.2.0
- bioconductor-biomart=2.38.0