forked from nf-core/rnaseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
28 lines (28 loc) · 862 Bytes
/
environment.yml
File metadata and controls
28 lines (28 loc) · 862 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
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nf-core-rnaseq-1.2
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- anaconda::openjdk=8.0.152 # Needed for FastQC - conda build hangs without this
- bioconda::fastqc=0.11.8
- bioconda::trim-galore=0.5.0
- bioconda::star=2.6.1b
- bioconda::hisat2=2.1.0
- bioconda::picard=2.18.15
- bioconda::bioconductor-dupradar=1.10.0
- conda-forge::r-data.table=1.11.4
- conda-forge::r-gplots=3.0.1
- bioconda::bioconductor-edger=3.22.5
- conda-forge::r-markdown=0.8
- bioconda::csvtk=0.15.0
- bioconda::preseq=2.0.3
- bioconda::rseqc=2.6.4
- bioconda::samtools=1.9
- bioconda::stringtie=1.3.4
- bioconda::subread=1.6.2
- bioconda::gffread=0.9.9
- bioconda::deeptools=3.1.3
- bioconda::multiqc=1.6