lingzhi227 commited on
Commit
6355f74
·
verified ·
1 Parent(s): fabc625

Upload tasks/somatic-variant-calling/environment.yml with huggingface_hub

Browse files
tasks/somatic-variant-calling/environment.yml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: somatic-variant-calling
2
+ channels:
3
+ - bioconda
4
+ - conda-forge
5
+ - defaults
6
+ dependencies:
7
+ - python>=3.10
8
+ - pandas
9
+ - fastp>=0.23
10
+ - bwa-mem2>=2.2
11
+ - samtools>=1.17
12
+ - gatk4>=4.4
13
+ - freebayes>=1.3
14
+ - bcftools>=1.17
15
+ - mosdepth>=0.3