forked from nf-core/viralrecon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
51 lines (48 loc) · 1.26 KB
/
environment.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nf-core-viralrecon-1.0dev
channels:
- conda-forge
- bioconda
- defaults
- hcc
dependencies:
## conda-forge packages
- conda-forge::python=3.6.10
- conda-forge::markdown=3.2.1
- conda-forge::pymdown-extensions=7.1
- conda-forge::pygments=2.6.1
- conda-forge::pigz=2.3.4
- conda-forge::r-base=3.6.2
- conda-forge::bc=1.07.1
## bioconda packages
## common
- bioconda::fastqc=0.11.9
- bioconda::parallel-fastq-dump=0.6.6
- bioconda::sra-tools=2.10.3
- bioconda::fastp=0.20.1
- bioconda::samtools=1.9
- bioconda::bedtools=2.29.2
- bioconda::multiqc=1.8
## variants
- bioconda::bowtie2=2.3.5.1
- bioconda::picard=2.22.4
- bioconda::ivar=1.2.2
- bioconda::bcftools=1.9
- bioconda::varscan=2.4.4
- bioconda::snpeff=4.3.1t
- bioconda::snpsift=4.3.1t
## assembly
- bioconda::cutadapt=2.10
- bioconda::kraken2=2.0.8_beta
- bioconda::spades=3.14.0
- bioconda::unicycler=0.4.7
- bioconda::minia=3.2.2
- bioconda::minimap2=2.17
- bioconda::seqwish=0.4.1
- bioconda::vg=1.23.0
- bioconda::quast=5.0.2
- bioconda::blast=2.9.0
- bioconda::plasmidid=1.5.2
- bioconda::bandage=0.8.1
- hcc::abacas=1.3.1