Entering edit mode
9.0 years ago
Sean Davis
27k
This is bordering on off-topic, but I routinely want to quickly serve up a set of BAM files to users for viewing via IGV and the like via a simple http server. Both python and node (http-server) servers do not seem to correctly support range requests. Short of configuring and running something more heavyweight (nginx, apache, etc.), are there other simple command-line http servers that can support quickly and easily serving up a directory?
Any reason for not considering an FTP server? I often do range requests on 1000 genomes BAMs and it works quite well.