- No longer crash when "N" is in the reference sequence - Add the ability to --use_full_fasta_header
1.2.3
- Messed with the internals of filter_reads. Moved old methods into deprecated_filter_reads - Changed the options of filter_reads to just do things that it can actually do at the moment - Remove break in "get_paired_reads" when a scaffold isn't in the .bam - Fixed bug in profile_genes resulting from having no SNPs called - Allow changing the options for pairing filters - Allow creation of detailed read report - Allow specification of priority_reads that will not be filtered out
1.2.2
- Have genome_wide report microdiversity if it can - Tried to fix a bug where the "percent_compared" in "inStrain compare" is underreported when run in "genome_wide"
1.2.1
- Fixed typo in spelling of "Reference_SNPs" - Fixed bug reporting refFreq - Add a lot of "fillna(0)"s to the method "genome_wide_si_2" to make the average coverage work out correctly
1.2.0
- Move from 'ANI' in scaffold_profile to "conANI" and "popANI" - Store information on lots more types of SNPs in scaffold_profile - Remove snpsCounted - Make it so profile can handle genes, genome_wide, and figure generation - Make the output of profile a bit more pretty