Skip to content

Commit

Permalink
Merge pull request #718 from apaul7/fix_vep_plugins
Browse files Browse the repository at this point in the history
add vep_plugins to pipeline input
  • Loading branch information
apaul7 authored Jun 27, 2019
2 parents cf6fc97 + 91d0f15 commit 5465e1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions definitions/pipelines/germline_exome.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ inputs:
vep_ensembl_species:
type: string
doc: "ensembl species - Must be present in the cache directory. Examples: homo_sapiens or mus_musculus"
vep_plugins:
type: string[]?
doc: "array of plugins to use when running vep"
synonyms_file:
type: File?
annotate_coding_only:
Expand Down Expand Up @@ -211,6 +214,7 @@ steps:
vep_ensembl_assembly: vep_ensembl_assembly
vep_ensembl_version: vep_ensembl_version
vep_ensembl_species: vep_ensembl_species
vep_plugins: vep_plugins
vep_to_table_fields: vep_to_table_fields
variants_to_table_fields: variants_to_table_fields
variants_to_table_genotype_fields: variants_to_table_genotype_fields
Expand Down
4 changes: 4 additions & 0 deletions definitions/pipelines/germline_wgs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ inputs:
vep_ensembl_species:
type: string
doc: "ensembl species - Must be present in the cache directory. Examples: homo_sapiens or mus_musculus"
vep_plugins:
type: string[]?
doc: "array of plugins to use when running vep"
synonyms_file:
type: File?
annotate_coding_only:
Expand Down Expand Up @@ -320,6 +323,7 @@ steps:
vep_ensembl_assembly: vep_ensembl_assembly
vep_ensembl_version: vep_ensembl_version
vep_ensembl_species: vep_ensembl_species
vep_plugins: vep_plugins
vep_to_table_fields: vep_to_table_fields
variants_to_table_fields: variants_to_table_fields
variants_to_table_genotype_fields: variants_to_table_genotype_fields
Expand Down

0 comments on commit 5465e1e

Please # to comment.