Ensembl / VEP_plugins

Plugins for the Ensembl Variant Effect Predictor (VEP)
Apache License 2.0
138 stars 115 forks source link

GeneSplicer: improve argument processing #689

Closed nuno-agostinho closed 7 months ago

nuno-agostinho commented 8 months ago

Improves on https://github.com/Ensembl/ensembl-vep/pull/1599

Changelog

Testing

If genesplicer is exported in the $PATH variable, like in VEP Docker/Singularity (https://github.com/Ensembl/ensembl-vep/pull/1599), there is no need to explicitly call it:

vep --id rs1348242192 --database --force --plugin GeneSplicer,training=${human_data}

This means that the only mandatory argument now is the training data.

nuno-agostinho commented 7 months ago

Hi @olaaustine, I updated the PR with your suggestions. Thanks!

olaaustine commented 7 months ago

Merged into release/112 and main.