bio_hansel v2.0.0
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.