Skip to content

Transposome version 0.11.2

Compare
Choose a tag to compare
@sestaton sestaton released this 05 Jun 21:29
· 140 commits to master since this release

Summary of changes in this version:

  • Bug fix for transforming sequence IDs that appeared to be Illumina but are not (fixes #37).
  • Refactor SeqIO superclass to have ID setting method inherited by subclasses instead of repeating
    the code in each subclass.
  • Refactor SeqFactory class to take a hash of options/arguments instead of repeating code to set
    class attributes based on the sequence format.
  • Add 'seqtype' class attribute so that Illumina data can be safely transformed into a
    single ID with no spaces to work better with Transposome and external tools like BLAST.

See the "Changes" file for more information.