Nathan Dunn
2016-02-23 15:58:33 UTC
Dear apollo users,
I try to visualize a vcf file in webapollo.
I manage to compress the vcf file and index it in tabix.
When i try to load it into webapollo via the File/open window, it recognizes the file automatically.
But when loaded into webapollo, the track appears as a red popup, telling me:
Error
An error was encountered when displaying this track.
Diagnostic message:
404 (Not Found) when attempting to fetch /undefined.tbi
It looks like its not finding the .tbi index.
My naming looks like:
test.vcf.gz
test.vcf.gz.tbi
files were created with:
bgzip -c file.vcf > test.vcf.gz
tabix -p vcf test.vcf.gz
I dont see where i could have gone wrong.
I also dont get any other error messages looking at the terminal where i run the server.
Any ideas?
Thanks, Michel
I try to visualize a vcf file in webapollo.
I manage to compress the vcf file and index it in tabix.
When i try to load it into webapollo via the File/open window, it recognizes the file automatically.
But when loaded into webapollo, the track appears as a red popup, telling me:
Error
An error was encountered when displaying this track.
Diagnostic message:
404 (Not Found) when attempting to fetch /undefined.tbi
It looks like its not finding the .tbi index.
My naming looks like:
test.vcf.gz
test.vcf.gz.tbi
files were created with:
bgzip -c file.vcf > test.vcf.gz
tabix -p vcf test.vcf.gz
I dont see where i could have gone wrong.
I also dont get any other error messages looking at the terminal where i run the server.
Any ideas?
Thanks, Michel