Skip to content

v1.2.0

Compare
Choose a tag to compare
@haydenm haydenm released this 30 Jan 23:06
· 145 commits to master since this release
80641b2

Release 1.2.0

Notable new features and improvements

  • Adds option to specify k-mer length for mapping [#16]
  • Contains more recent sequence data, available through git lfs [b12cc14]
  • Adds option to specify the maximum number of N bases to expand [32147ef]
  • Now requires -o/--output argument, which should avoid confusion [#20]
  • Improves runtime during setup [#21]
  • Adds option to filter poly(A) sequence [#22]
  • Adds option to skip input sequences that are too short [#23]

Bug fixes

  • Fixes bug in generated .py files for some segmented datasets [#17 and 18a7f90]
  • Fixes bug when an input sequence is shorter than k-mer length [d33fda1]
  • Fixes bug that left open too many file descriptors in some cases, preventing calls to os.fork() [80641b2]