Merge branch 'fix-toucan-settings' into 'develop'
Fix VEP `--failed` flag the `failed` flag should be a flag per the documentation (see: http://grch37.ensembl.org/info/docs/tools/vep/script/vep_options.html, and http://oct2014.archive.ensembl.org/info/docs/tools/vep/script/vep_options.html ) But, when running, it requires a numeric value. When running the VEP with verbose mode, it appears that all boolean flags get converted to 1. Therefore, I'm setting `failed` to have value 1. This bug has been reported to Ensembl. It occurs in all versions, including most recent version 82. @p.j.van_t_hof Should we include a failback mode, in case Ensembl fixes this in version 83? See merge request !267
No related branches found
No related tags found
Showing
- public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictor.scala 5 additions, 3 deletions.../lumc/sasc/biopet/extensions/VariantEffectPredictor.scala
- public/toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala 1 addition, 1 deletion...n/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
Please register or sign in to comment