Open xunjieli opened 2 weeks ago
@jrobinso PTAL. To reproduce the bug,
--exclude-filter 0
when creating a report.--exclude-filter 0
I don't understand this change, it looks like you are turning off vendor failed and exclude duplicates flags irrespective of input flags.
Update tracks.py to set duplicate and vendorFailed in Bam track's options to True. Otherwise, igv.js will filter out duplicate and vendorFailed reads even though
--exclude-flags
is 0.Since pysam filters out reads before serializing the data into data url, this PR fixes this bug by making igv.js to show all reads.