You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support to output unaligned regions in XMFA format (--unaligned). This output format contains a list of all unaligned sequence due to: (i) unrelated sequence, (ii) failure to extend past match (MUM) boundaries/sensitivity limitations, and (iii) subset relationships. This output file is further described in the documentation --> http://harvest.readthedocs.org/en/latest/.
Updated MUMi parameter to allow for setting a maximum MUMi value to enable bypassing the distribution cutoff
Bug fixes
Fixed minor bug when parsing multiple GenBank files for harvesttools annotation import
Updated branch lengths via harvest-tools
Fixed bug that produced VCF output without repeat filtering, even if enabled
Fixed issue where empty fasta file was causing index errors
Allow any fasta file present in -d, regardless of extension, to be used
Disallow genome file names containing spaces or the following special characters: . , [ ] { } ( ) ! ; " ' * ? < > |
Default repeat filtering disabled, removing NUCmer dependency. Repeat filtering still possible via bed format support and harvest-tools; see harvesttools documentation for further details.