iobio / gene.iobio

Gene.iobio vue
MIT License
55 stars 11 forks source link

CRAM files with dead link to ref #946

Closed AlistairNWard closed 11 months ago

AlistairNWard commented 12 months ago

CRAM files include the path to the reference file in the @SQ header lines. Samtools uses this file to recreate the sequence. If the file contains a link to a non accessible reference file, samtools will not be able to recreate the sequence and hence gene.iobio will fail to load any of the coverage information or tracks.

We should:

tonydisera commented 11 months ago

I am closing this issue. The error message indicated that the index was not readable. This was the case, because the index file URL on an S3 bucket was not set with public read permissions. There is also an issue with Call variants having different results that I will open in a separate issue.