caravagnalab/nextflow_modules

AlphaMissense_hg38.tsv.gz tabix indexing issue VEP

Opened this issue · 1 comments

I'm experiencing the issue with the tabix indexing of AlphaMissense_hg38.tsv.gz file.
I've installed alphamissense plugin in VEP and have downloaded the requested files and launch the tabix command before use it.
As I know IIRC file is already compressed with bgzip.
For indexing I use tabix Singularity image tabix_v0.2.6.sif
The command is: singularity exec tabix_v0.2.6.sif tabix -s 1 -b 2 -e 2 -f -S 1 AlphaMissense_hg38.tsv.gz
The error of command run:

INFO:    Converting SIF file to temporary sandbox...
open: No such file or directory
[tabix] was bgzip used to compress this file? AlphaMissense_hg38.tsv.gz
INFO:    Cleaning up image...

Any suggestions and ideas regarding this issue will be appreciated