This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
VEP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update: add output vep_vcf_summary
master
YaqingLiu
3 years ago
parent
fe3ac2b902
commit
6d9c6370cd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/VEP.wdl
+ 1
- 0
tasks/VEP.wdl
View File
@@ -98,6 +98,7 @@ task VEP {
output {
File norm_vcf = "${basename}.norm.vcf"
File vep_vcf = "${basename}.vep.vcf"
File vep_vcf_summary = "${basename}.vep.vcf_summary.html"
File maf = "${basename}.maf"
}
}
Write
Preview
Loading…
Cancel
Save