ylab-hi / ScanNeo

A pipeline for identifying indel derived neoantigens using RNA-Seq data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VEP cache/plugin directory option not implemented

sandain opened this issue · comments

According to the README, there is an option to provide the location of the VEP cache/plugin directory for the indels annotation phase. However, this option is not currently implemented:

usage: ScanNeo.py [-h] [-v] {indel,anno,hla,fasta} ...
ScanNeo.py: error: unrecognized arguments: -d /mnt/store3/clustcrilab/tools/scanneo/vep/
usage: ScanNeo.py [-h] [-v] {indel,anno,hla,fasta} ...
ScanNeo.py: error: unrecognized arguments: --dir /mnt/store3/clustcrilab/tools/scanneo/vep/

I have fixed this bug. 56fe1d9
Thanks a lot.

Thanks. I was working on a patch, but I'll revert my changes and use yours.