Skip to content

Releases: marbl/parsnp

v1.7.1

31 Mar 05:29
Compare
Choose a tag to compare
  • Mismatch=-4 and gap=-2 for extending LCBs
  • Fixed bug that created extra gaps in LCB extension
  • Fixed bug that resulted in FastTree being used in cases when it wasn't requested
  • Fixed bug that duplicated reference in alignment output
  • Reference sequence is now first in extended xmfa output

Release v1.7.0

28 Mar 17:37
Compare
Choose a tag to compare
  • Added option --extend-lcbs which uses a naive alignment to extend the boundaries of clusters.

Release v1.6.2

16 Feb 18:23
Compare
Choose a tag to compare
  • No longer deletes the core SNPs file, parsnp.snps.mblocks. Users can now use that file to run their own custom phylogenetic analysis using this file as input.

Release v1.6.1

13 Jan 17:31
Compare
Choose a tag to compare
  • Fixes an issue where a list was compared to an integer.

Release v1.6.0

09 Jan 23:26
Compare
Choose a tag to compare
  • Add --skip-phylogeny option to allow users to skip phylogeny reconstruction
  • Add --validate-input option to allow users to validate files provided by -d with Biopython parsing

Release v1.5.6

11 May 17:45
Compare
Choose a tag to compare
  • Add option to generate .vcf output via the --vcf flag
  • Remove tmp/ directory in output folder

Release v1.5.4

30 Nov 21:52
Compare
Choose a tag to compare
  • Fixes issue for multireference fastas mentioned in #87

v1.5.3

30 Jul 22:18
Compare
Choose a tag to compare
  • Fixed memory limit in Muscle library so that multiprocessing doesn't crash
  • Changed parsnp compilation to -O2 to fix WSL2 bug
  • Added warning for trying to use too many threads

Release v1.5.2

07 Jul 21:48
Compare
Choose a tag to compare
  • Fixed fallback to FastTree on RaxML failure
  • Made --curate include all genomes regardless of length

Release v1.5.1

25 Jun 16:00
Compare
Choose a tag to compare

Bugfixes for Parsnp v1.5.0:

  • Mash and FasANI recruitment now works regardless of reference type
  • Phiprofile fixes for python 3
  • Logging input errors is now cleaner