Project

General

Profile

Feature #10990

Updated by Tom Morris about 7 years ago

Currently keep-web only supports range requests which begin at byte 0. It's desirable for things like genome viewers accessing BAM files via their .bai indexes to be able to do arbitrary byte range addressing to keep-web hosted content / URLs. 

 An example URL which could be used for testing: 

 http://www.broadinstitute.org/igv/projects/current/igv.php?sessionURL=https://collections.su92l.arvadosapi.com/c=0c4d584d89d5b672d281adb8140d6fa9-22756/HW67C49-EXT.chr11.bam&genome=hg19&locus=chr11:68562278-68562378 

 A version of the URL including a token in the path (/t=xxx) should work as well.

Back