forked from pedroscampoy/bacterial_wgs_training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment_wver.yml
36 lines (35 loc) · 964 Bytes
/
environment_wver.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
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: bacterial_wgs_training
channels:
- conda-forge
- bioconda
- defaults
dependencies:
## conda-forge packages
- conda-forge::python=3.6.10
- conda-forge::r-base=3.6.2
- conda-forge::r-optparse=1.6.6
- conda-forge::r-tidyr=1.1.0
- conda-forge::r-tidyverse=1.3.0
- conda-forge::r-ggplot2=3.3.1
- conda-forge::r-reshape2=1.4.4
- conda-forge::r-viridis=0.5.1
## bioconda packages
## common
- bioconda::fastqc=0.11.9
- bioconda::fastp=0.20.1
- bioconda::samtools=1.9
- bioconda::bedtools=2.29.2
- bioconda::multiqc=1.9
- bioconda::bwa=0.7.17
- bioconda::picard=2.23.0
- bioconda::bcftools=1.9
- bioconda::kraken2=2.0.9beta
- bioconda::unicycler=0.4.7
- bioconda::quast=5.0.2
- bioconda::plasmidid=1.6.5
- bioconda::abacas=1.3.1
- bioconda::gubbins=2.3.4
- bioconda::snippy
- bioconda::iqtree