mgymrek / pybamview

Browser based application for viewing bam alignments
MIT License
56 stars 17 forks source link

updating default location #29

Closed mgymrek closed 10 years ago

mgymrek commented 10 years ago

Use a reasonable default location, not "chr1:0" which has been used so far. This is discussed in issue #27. Here I look at the first read in each bam file (in arbitrary order) until I find one with alignment info. If it's there, we jump to the first place we found any reads. If there are no aligned reads, return an error page.