lingzhi227 commited on
Commit
5a86449
·
verified ·
1 Parent(s): a501ce4

Upload tasks/cnv-detection-wes/environment.yml with huggingface_hub

Browse files
tasks/cnv-detection-wes/environment.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: cnv-detection-wes
2
+ channels:
3
+ - bioconda
4
+ - conda-forge
5
+ - defaults
6
+ dependencies:
7
+ - fastp
8
+ - bwa-mem2
9
+ - samtools
10
+ - picard
11
+ - mosdepth
12
+ - cnvkit
13
+ - control-freec
14
+ - gatk4
15
+ - bcftools
16
+ - bedtools
17
+ - python>=3.9
18
+ - pandas
19
+ - numpy
20
+ - scipy