You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm experiencing the issue with the
tabix
indexing ofAlphaMissense_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:
Any suggestions and ideas regarding this issue will be appreciated
The text was updated successfully, but these errors were encountered: