Skip to content

kmer v1.0.2

Latest
Compare
Choose a tag to compare
@shaunpwilkinson shaunpwilkinson released this 24 Apr 06:16
· 21 commits to master since this release

This release addresses some minor issues and includes a new function argument:

  • Resolved bug in kcount where sequence disambiguation was prevented by
    sapply failing to simplify NULL values.

  • Enabled users to manually control compression of amino acid sequences
    in kcount via new 'compress' argument. Thanks to Thomas Shafee for suggestion.

  • Fixed bug in otu that prevented additional arguments being passed to
    nested functions via "dots".