lingzhi227 commited on
Commit
87d2b45
·
verified ·
1 Parent(s): 2491be0

Upload tasks/haplotype-phasing/environment.yml with huggingface_hub

Browse files
tasks/haplotype-phasing/environment.yml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: haplotype-phasing
2
+ channels:
3
+ - bioconda
4
+ - conda-forge
5
+ - defaults
6
+ dependencies:
7
+ - bcftools
8
+ - plink2
9
+ - shapeit4
10
+ - beagle
11
+ - samtools
12
+ - python=3.10
13
+ - pandas
14
+ - scipy