We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b0073 + 8d5b058 commit 46e9a9fCopy full SHA for 46e9a9f
variant_annotation/variant_annotation.cwl
@@ -158,6 +158,10 @@ steps:
158
source: tumor_id
159
- id: vcf_tumor_id
160
161
+ - id: vep_data
162
+ default: /.vep/
163
+ - id: vep_path
164
+ default: /usr/local/bin/
165
out:
166
- id: vcf2maf_maf
167
run: ../command_line_tools//vcf2maf_1.6.21/vcf2maf_1.6.21.cwl
variant_annotation/variant_annotation__packed.cwl
@@ -1102,6 +1102,14 @@
1102
{
1103
"id": "#main/vcf2maf_v1_6_21/vcf_tumor_id",
1104
"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/"
1113
}
1114
],
1115
"out": [
0 commit comments