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
fix bug
master
YaqingLiu
4 years ago
parent
bcbb340d5f
commit
230bda6154
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
tasks/bcftools1.wdl
+ 4
- 1
tasks/bcftools1.wdl
View File
@@ -9,7 +9,10 @@ task bcftools {
set -o pipefail
set -e
mkdir -p /cromwell_root/tmp/bcftools
echo $vcf > b
for i in ${sep=" " vcf}
do
echo $i > b
done
>>>
runtime {
Write
Preview
Loading…
Cancel
Save