Skip to content

Releases: wdecoster/cramino

v0.15.0

04 Nov 09:39
Compare
Choose a tag to compare

What's Changed

  • Always filter out secondary alignments, always remove soft clipped bases by @fellen31 in #30

New Contributors

Full Changelog: v0.14.5...v0.15.0

Fix for NM (AUX)

27 Feb 14:44
Compare
Choose a tag to compare

This fix support AUX I8, as reported (once more) in #24

fix for PS (AUX::i16)

23 Feb 09:17
Compare
Choose a tag to compare

This release fixes the new problem reported in #24

Now the Aux::I16 and I8 are also supported for the PS tag.

fix for PS (AUX::i32)

21 Feb 14:02
Compare
Choose a tag to compare

This fix addresses the issue reported in #24

modal accuracy, faster cram parsing, fix for stdin, remote files, deprecating checksum

08 Feb 20:07
Compare
Choose a tag to compare

This release adds modal accuracy to the output, is faster to parse crams (probably 2x), includes a fix by @mbhall88 to read from stdin, and can run on remote files (using an HTTPS, FTP, or s3 URL). Calculating a checksum is now deprecated, but please let me know if you thought that was useful, and I will put it back in.

Fix karyotype with underscores

31 Oct 17:30
Compare
Choose a tag to compare

This release contains a fix from @Adoni5, removing a filter that kept contigs with an underscore out of the karyotype (#20 and #21). Unplaced contigs (using an ensembl genome) will also be part of the karyotype, as there is no good way to filter those out. Possibly users could, in the future, optionally specify a file with chromosomes they want to see in the karyotype, but that is not yet supported or planned.

Additionally, there is a fix to no longer subtract the softclipped sequences from the read length when running in --ubam mode.

Bugfix: ignore softclipped bases

25 Sep 20:08
Compare
Choose a tag to compare

This release fixes a glaring problem: softclips were included when gathering read lengths, which especially for ultralong reads with more supplementary alignments, is a problem, especially after aligning with minimap2 -Y (as is the default in dorado). Thanks to @mattloose for the detective work!

Better histograms

06 Sep 07:51
Compare
Choose a tag to compare

This release has better* histograms, with a standardized number of bins and bin sizes.

*if you disagree, let me know

Support ubam

25 Aug 09:35
Compare
Choose a tag to compare

This release also adds N75 and yield for reads >25kb.

Another release

28 Jun 10:23
Compare
Choose a tag to compare

This is another release, including the --spliced option.