This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
renluyao
/
concatVCF
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bugs
master
LUYAO REN
5 years ago
parent
8d83d83bc6
commit
7b4e219b72
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/merge.wdl
+ 1
- 1
tasks/merge.wdl
View File
@@ -9,7 +9,7 @@ task merge {
String disk_size
command <<<
bcftools concat -a ${snv_gzvcf_2} ${indel_gzvcf_2} > ${sample}.vcf
/opt/hall-lab/bcftools-1.9/bin/
bcftools concat -a ${snv_gzvcf_2} ${indel_gzvcf_2} > ${sample}.vcf
>>>
runtime {
Write
Preview
Loading…
Cancel
Save