Upload tasks/multisample-variants/environment.yml with huggingface_hub
Browse files
tasks/multisample-variants/environment.yml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: multisample-variants
|
| 2 |
+
channels:
|
| 3 |
+
- bioconda
|
| 4 |
+
- conda-forge
|
| 5 |
+
dependencies:
|
| 6 |
+
- fastp
|
| 7 |
+
- bwa
|
| 8 |
+
- samtools
|
| 9 |
+
- freebayes
|
| 10 |
+
- bcftools
|