Skip to content

Commit 46e9a9f

Browse files
authored
Merge pull request #192 from msk-access/vep_path
adding VEP path and data as default
2 parents b8b0073 + 8d5b058 commit 46e9a9f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

variant_annotation/variant_annotation.cwl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ steps:
158158
source: tumor_id
159159
- id: vcf_tumor_id
160160
source: tumor_id
161+
- id: vep_data
162+
default: /.vep/
163+
- id: vep_path
164+
default: /usr/local/bin/
161165
out:
162166
- id: vcf2maf_maf
163167
run: ../command_line_tools//vcf2maf_1.6.21/vcf2maf_1.6.21.cwl

variant_annotation/variant_annotation__packed.cwl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,14 @@
11021102
{
11031103
"id": "#main/vcf2maf_v1_6_21/vcf_tumor_id",
11041104
"source": "#main/tumor_id"
1105+
},
1106+
{
1107+
"id": "#main/vcf2maf_v1_6_21/vep_data",
1108+
"default": "/.vep/"
1109+
},
1110+
{
1111+
"id": "#main/vcf2maf_v1_6_21/vep_path",
1112+
"default": "/usr/local/bin/"
11051113
}
11061114
],
11071115
"out": [

0 commit comments

Comments
 (0)