Skip to content

bio_hansel v2.0.0

Compare
Choose a tag to compare
@peterk87 peterk87 released this 14 Jun 03:14
d7e124f

Changes:

  • bio_hansel now only uses Aho-Corasick string searching for finding kmers in sequences using the pyahocorasick Python library. NCBI BLAST+ and Jellyfish are no longer needed and have been removed as external dependencies.
  • Sorting inconsistent subtypes for QC reporting

Testing:

  • Travis CI config simplified; no longer need to download and install Conda since it's now using the Python installation available through Travis CI Linux VMs.