Upload tasks/metatranscriptomics/environment.yml with huggingface_hub
Browse files
tasks/metatranscriptomics/environment.yml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: metatranscriptomics
|
| 2 |
+
channels:
|
| 3 |
+
- bioconda
|
| 4 |
+
- conda-forge
|
| 5 |
+
- defaults
|
| 6 |
+
dependencies:
|
| 7 |
+
- fastp
|
| 8 |
+
- bowtie2
|
| 9 |
+
- megahit
|
| 10 |
+
- samtools
|
| 11 |
+
- prodigal
|
| 12 |
+
- diamond
|
| 13 |
+
- subread
|
| 14 |
+
- seqtk
|
| 15 |
+
- multiqc
|
| 16 |
+
- python=3.10
|
| 17 |
+
- pandas
|
| 18 |
+
- scipy
|