Upload tasks/pharmacogenomics/environment.yml with huggingface_hub
Browse files
tasks/pharmacogenomics/environment.yml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: pharmacogenomics
|
| 2 |
+
channels:
|
| 3 |
+
- bioconda
|
| 4 |
+
- conda-forge
|
| 5 |
+
- defaults
|
| 6 |
+
dependencies:
|
| 7 |
+
- python=3.11
|
| 8 |
+
- fastp
|
| 9 |
+
- bwa-mem2
|
| 10 |
+
- samtools
|
| 11 |
+
- picard
|
| 12 |
+
- gatk4
|
| 13 |
+
- bcftools
|
| 14 |
+
- mosdepth
|
| 15 |
+
- bedtools
|
| 16 |
+
- pandas
|
| 17 |
+
- scipy
|