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: workflow
master
YaqingLiu
3 years ago
parent
f50b741ec7
commit
45b2491b07
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
.DS_Store
+2
-2
workflow.wdl
BIN
.DS_Store
View File
+ 2
- 2
workflow.wdl
View File
@@ -22,8 +22,8 @@ workflow {{ project_name }} {
input:
vcf=vcf,
sample_id=sample_id,
tumor_id=
tumor_id
,
normal_id=
normal_id
,
tumor_id=
sample_id + ".T"
,
normal_id=
sample_id + ".N"
,
ref_dir=ref_dir,
fasta=fasta,
vep_path=vep_path,
Write
Preview
Loading…
Cancel
Save