Releases: broadinstitute/longbow
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Kvg hierarchical models (#173)
-
Refactored models into a hierarchical format
-
Updated
inspect
to have a BLAST-like display. Now includes option to ingest a second bam file to visualize corrected CBC and UMI. -
Sift now verifies that the entirety of the cDNA structure is present.
-
Added
SC
tag, containing segment cigar strings. -
Added
umi_correct
tool. (#172) -
Added
sift
documentation -
Changed default # threads for
correct
to 1 because of memory use. -
Refactoring into a hierarchical HMM constitutes a #minor version bump.
-
Removed
scsplit
. -
Updated
annotate
to only read in one model from a bam file. -
Further updates for PR review.
-
Replaced mas10 test data.
-
Regenerated test data.
-
Now only supports one model per bam file.
Co-authored-by: Jonn Smith [email protected]
Co-authored-by: James Webber [email protected]
Co-authored-by: BumpVersion Action bumpversion@github-actions
Co-authored-by: Jonn Smith [email protected]
v0.5.46
v0.5.45
v0.5.44
v0.5.43
Refactor tests to be more independent (#165)
-
converting tests to use pathlib.Path instead of os
converting stream tests to use CliRunner with input=fh -
removed slow fixtures, added intermediate files for filter
tweaked some test code to look more consistent -
use isolated_filesystem to not keep test output files
-
created a new fixture for test_correct and made the piped version of the test work