forked from nf-core/mnaseseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
31 lines (30 loc) · 863 Bytes
/
environment.yml
File metadata and controls
31 lines (30 loc) · 863 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
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nf-core-mnaseseq-1.0dev
channels:
- conda-forge
- bioconda
- defaults
dependencies:
## conda-forge packages
- conda-forge::python=2.7.15
- conda-forge::r-base=3.5.1
- conda-forge::markdown=3.1.1
- conda-forge::pymdown-extensions=6.0
- conda-forge::pygments=2.5.2
- conda-forge::pigz=2.3.4
## bioconda packages
- bioconda::fastqc=0.11.9
- bioconda::trim-galore=0.6.5
- bioconda::bwa=0.7.17
- bioconda::samtools=1.9
- bioconda::picard=2.21.9
- bioconda::bamtools=2.5.1
- bioconda::pysam=0.15.4
- bioconda::bedtools=2.29.2
- bioconda::ucsc-bedgraphtobigwig=377
- bioconda::ucsc-wigtobigwig=377
- bioconda::danpos=2.2.2
- bioconda::preseq=2.0.3
- bioconda::deeptools=3.3.0
- bioconda::multiqc=1.8