Skip to content

Commit bbd361a

Browse files
committed
Adding new conda environment
1 parent 19201ed commit bbd361a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

workflow/envs/nanite.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,29 @@ channels:
44
- bioconda
55
- defaults
66
- r
7+
- mikeraiko
78
dependencies:
89
- nanofilt=2.8.0
910
- nanoplot=1.38.1
1011
- minimap2=2.24
1112
- krona=2.8.1
13+
# ViralFyle dependencies, please see the
14+
# following link for more information:
15+
# https://github.com/Dmitry-Antipov/viralFlye/blob/master/install.sh
16+
- bcftools
17+
- blast
18+
- bwa
19+
- freebayes
20+
- minced
21+
- prodigal
22+
- python>=3.6
23+
- biopython
24+
- numpy
25+
- pysam
26+
- scipy
27+
- samtools
28+
- seqtk
29+
- tabix
30+
- vcflib
31+
- viralcomplete
32+
- viralverify

0 commit comments

Comments
 (0)