forked from fmalmeida/MpGAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
61 lines (54 loc) · 1.49 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
52
53
54
55
56
57
58
59
60
61
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: mpgap-3.1
channels:
- conda-forge
- bioconda
- defaults
- anaconda
dependencies:
## python pip dependencies
- pip
- pip:
- setuptools
- matplotlib>=1.3.1
- medaka==1.4
## anaconda main channel
- main::openssl
## anaconda packages
- anaconda::python=3.6
- anaconda::numpy # for medaka through pip
## conda-forge packages
- conda-forge::gcc
- conda-forge::hdf5=1.10 # nanopolish is not loading it
- conda-forge::hdf5-static # nanopolish is not loading it
- conda-forge::zlib # for nanopolish
## bioconda packages
- bioconda::htslib
- bioconda::blast=2.12.0
- bioconda::racon=1.4.20
- bioconda::pilon=1.24
- bioconda::canu=2.2
- bioconda::spades=3.15.3
- bioconda::unicycler=0.4.8
- bioconda::mummer
- bioconda::bowtie2
- bioconda::freebayes
- bioconda::minimap2=2.22
- bioconda::nanopolish=0.13.2
- bioconda::pbgcpp=2.0.2
- bioconda::pbmm2=1.7.0
- bioconda::flye=2.9
- bioconda::quast=5.0.2
- bioconda::miniasm=0.3_r179
- bioconda::seqtk=1.3
- bioconda::shovill=1.1.0
- bioconda::haslr=0.8a1
- bioconda::raven-assembler=1.6.1
- bioconda::multiqc=1.11
- bioconda::csvtk=0.23.0
# for medaka > 1.4
- bioconda::samtools>=1.11
- bioconda::tabix>=1.11
- bioconda::bcftools>=1.11
- bioconda::mappy