Releases: epifluidlab/FinaleToolkit
Releases · epifluidlab/FinaleToolkit
v0.8.0
Removed
finaletoolkit.frag.frag_length_bins
no longer has thecontig_by_contig
option. This never had any functionality.finaletoolkit.frag.frag_length_bins
no longer generates a text-based
histogram.
Fixed
contig_sizes
option included forcleavage-profile
CLI command.normalize
option forcoverage
fixed so it no longer normalizes twicenormalize=False
forcoverage
runs much faster- misc typehints and docstrings
Changed
finaletoolkit.frag.frag_length_bins
uses a dict based implementation
that is more memory efficient.finaletoolkit.frag.frag_length_bins
and
finaletoolkit.frag.frag_length_intervals
now takemin_length
and
max_length
keyword args to only consider fragments of certain lengths.- flags for
frag-length-bins
andfrag-length-intervals
CLI commands updated to match Python API coverage
default argument fornormalize
changed toFalse
coverage
default argument forscale_factor
changed to 1.
Added
finaletoolkit.frag.frag_length_bins
can generate a histogram figure- tests for
frag_length
module
v0.7.8
First release using GitHub!
Fixed
- update docs, docstring, and help message for wps to mention that
site_bed
must be sorted. (#107)
Added
normalize
keyword argument and--normalize
flag tofinaletoolkit.frag.coverage
function andfinaletoolkit coverage
subcommand, respectively. Setting this argument/flag to true results in the output
being normalized by the total coverage, ignoringscale_factor
if specified. (suggested by @ravibandaru-lab )--intersect-policy
or-p
flag added tofinaletoolkit coverage
subcommand. (suggested by @ravibandaru-lab )