This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
renluyao
/
DELLY_somatic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
vcf
master
LUYAO REN
5 years ago
parent
f754005d10
commit
7cf84ce72d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/bcf2vcf.wdl
+ 1
- 1
tasks/bcf2vcf.wdl
View File
@@ -23,7 +23,7 @@ task bcf2vcf {
}
output {
File
ins_
vcf = "${sample_name}.vcf"
File vcf = "${sample_name}.vcf"
}
}
Write
Preview
Loading…
Cancel
Save