Upload tasks/consensus-genome/environment.yml with huggingface_hub
Browse files
tasks/consensus-genome/environment.yml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: consensus-genome
|
| 2 |
+
channels:
|
| 3 |
+
- bioconda
|
| 4 |
+
- conda-forge
|
| 5 |
+
dependencies:
|
| 6 |
+
- fastp
|
| 7 |
+
- bwa
|
| 8 |
+
- samtools
|
| 9 |
+
- bcftools
|
| 10 |
+
- mosdepth
|
| 11 |
+
- bedtools
|
| 12 |
+
- seqkit
|
| 13 |
+
- mummer
|