Skip to content

pangolin v2.4

Compare
Choose a tag to compare
@aineniamh aineniamh released this 29 Apr 16:30
· 453 commits to master since this release

Release notes

Updates to pangolearn.smk:

  • Now only map a single time producing a sam file, resulting in speed ups to pangolin
  • gofasta now muiltithreading, additional speedups

Updates to output file:

  • Output 'conflict' rather than 'probability' now, this is a measure of conflicts within the decision tree, 0 being equivalent to no conflicts, but not a confidence score.
  • Output the pango-designation version number now, which is available from pangoLEARN version 2021-04-28 onwards.

Bug fixes:

  • Noted discrepancies between minimap -a and minimap without the -a flag, leading to occasional sequences not accounted for in output csv file. This only occured when minimap2 fails to map very diverged sequences, but this is now being accounted for.
  • In --no-temp mode, minimap redirection was causing pangolin to break, now no longer re-direct this output, so appears on screen, but pipeline doesn't break.