This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
WES
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
modified judgment condition
master
YaqingLiu
4 years ago
parent
a22eb3759d
commit
e41277c084
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
workflow.wdl
+ 1
- 1
workflow.wdl
View File
@@ -257,7 +257,7 @@ workflow {{ project_name }} {
}
}
if (set_annovar){
if (set_annovar
&& defined(TNscope.TNscope_vcf) && defined(TNseq.TNseq_vcf)
){
call annovar.annovar as annovar {
input:
docker=annovar_docker,
Write
Preview
Loading…
Cancel
Save