forked from pedroscampoy/bacterial_wgs_training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
37 lines (36 loc) · 850 Bytes
/
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
# 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
- conda-forge::r-base
- conda-forge::r-optparse
- conda-forge::r-tidyr
- conda-forge::r-tidyverse
- conda-forge::r-ggplot2
- conda-forge::r-reshape2
- conda-forge::r-viridis
## bioconda packages
## common
- bioconda::fastqc
- bioconda::fastp
- bioconda::samtools
- bioconda::bedtools
- bioconda::multiqc
- bioconda::bwa
- bioconda::picard
- bioconda::bcftools
- bioconda::kraken2
- bioconda::unicycler
- bioconda::quast
- bioconda::prokka
- bioconda::taranis
- bioconda::plasmidid
- bioconda::gubbins
- bioconda::snippy
- bioconda::iqtree