This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
bcftools-merge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
first commit
master
YaqingLiu
5 years ago
parent
69a5934a6b
commit
1a2feca7f1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/bcftools.wdl
+ 1
- 0
tasks/bcftools.wdl
View File
@@ -22,6 +22,7 @@ task bcftools {
bcftools view ${pon_vcf3} -Oz -o /cromwell_root/tmp/bcftools/$(basename $pon_vcf3).gz
cd /cromwell_root/tmp/bcftools
ls
bcftools index *.vcf.gz
bcftools merge -m all -f PASS,. --force-samples *.vcf.gz |\
Write
Preview
Loading…
Cancel
Save