Upload tasks/hic-3d-conformation/environment.yml with huggingface_hub
Browse files
tasks/hic-3d-conformation/environment.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: hic-3d-conformation
|
| 2 |
+
channels:
|
| 3 |
+
- bioconda
|
| 4 |
+
- conda-forge
|
| 5 |
+
- defaults
|
| 6 |
+
dependencies:
|
| 7 |
+
- fastp
|
| 8 |
+
- bwa-mem2
|
| 9 |
+
- samtools
|
| 10 |
+
- pairtools
|
| 11 |
+
- cooler
|
| 12 |
+
- cooltools
|
| 13 |
+
- chromosight
|
| 14 |
+
- fithic
|
| 15 |
+
- bedtools
|
| 16 |
+
- multiqc
|
| 17 |
+
- python>=3.9
|
| 18 |
+
- pandas
|
| 19 |
+
- numpy
|
| 20 |
+
- scipy
|