iobio / vcf.iobio.io

MIT License
27 stars 11 forks source link

Error with filenames should be handled #30

Closed AlistairNWard closed 8 years ago

AlistairNWard commented 8 years ago

Use this file and the index name is not the same as the vcf filename:

http://vcf.iobio.io/?vcf=https://s3-us-west-2.amazonaws.com/10x.files/samples/genome/NA12878_WGS/NA12878_WGS_phased_variants.vcf.gz

tonydisera commented 8 years ago

From @chmille4
here's the error when there is no .tbi file: open: No such file or directory [main] fail to open the data file.

tonydisera commented 8 years ago

You can also try with our vcf files: http://s3.amazonaws.com/iobio/app_testing/vcf_files/wrong_tbi.vcf.gz

tonydisera commented 8 years ago

Fixed for both local files and URLs.