wdecoster / cramino

A *fast* tool for BAM/CRAM quality evaluation, intended for long reads
MIT License
127 stars 11 forks source link

More dynamically handle number of bins for read length histogram #4

Closed wdecoster closed 1 year ago

wdecoster commented 2 years ago

Currently hardcoded at 100 bins, but this is problematic with off-label use for e.g. short reads, amplicons or a tiny tiny cram/bam. Number of bins should be min(maxlen-minlen, 100)

wdecoster commented 1 year ago

Better histograms in latest release :-D