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
Fixbug: conflicting output names
master
YaqingLiu
4 years ago
parent
2a0c56fda0
commit
4e2f03dfe4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/vcf2maf.wdl
+ 1
- 1
tasks/vcf2maf.wdl
View File
}
}
output {
output {
File vcf = "${sample_id}.INPUT.vcf"
File
input_
vcf = "${sample_id}.INPUT.vcf"
File maf = "${basename}.maf"
File maf = "${basename}.maf"
}
}
}
}
Write
Preview
Loading…
Cancel
Save