Closed sandain closed 2 years ago
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.
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: