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
c6a23259ec
commit
40db40e6d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/bcftools1.wdl
+ 1
- 1
tasks/bcftools1.wdl
View File
@@ -12,7 +12,7 @@ task bcftools {
set -e
if [ ${PONmode} ]; then
bcftools view ${bcfpon} -Oz -o
$(basename ${bcfpon})
.gz
bcftools view ${bcfpon} -Oz -o
a.vcf
.gz
else
echo 1
fi
Write
Preview
Loading…
Cancel
Save