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