Skip to content

v0.9.1

Compare
Choose a tag to compare
@jamesli124 jamesli124 released this 18 Dec 01:12
· 119 commits to main since this release
574f6f7

Fixed

  • CLI no longer prints an error message if finaletoolkit is called without args.
    Instead, a help statement is printed.
  • frag-length-bins, when writing a file, now writes the interval between
    min and max as inclusive. That is, previously when min=1 and max=2,
    only fragments of length 1 are reported. Now when such a result is calculated,
    the interval given is min=1 and max=1.
  • Updated some descriptions and docstrings.

Added

  • adjust-wps now has an option -S or --exclude-savgol to not perform
    Savitsky-Golay filtering.

Changed

  • Several CLI options were renamed so that underscores become hyphens. This is
    for consistency and to simplify writing commands.