You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCC now checks if a) BAM files have an index and if so, b) if they are sorted. This is done by getting the first 100 read mapping positions and check if they are in order. Should be good enough for government use. DCC throws an user readable error message and exceptions should all be caught.
Currently DCC assumes the BAM files are sorted. In case they are not, pysam will eventually crash.
[bam_pileup_core] the input is not sorted (reads out of order) [bam_plp_destroy] memory leak: 1. Continue anyway.
The text was updated successfully, but these errors were encountered: