Skip to content

Releases: cov-lineages/pangolin

pangolin v4.3.1

26 Jul 15:54
Compare
Choose a tag to compare

Patch update to resolve snakemake dependency issue #525. Required update to env file, pinning of snakemake-minimal version to 7.24.0 and update to github actions to pass tests. Later versions of snakemake-minimal would not solve in github actions.

pangolin v4.3

15 May 21:50
09e78b1
Compare
Choose a tag to compare
  • pangoLEARN analysis mode is now deprecated due to lack of resources for updating the pangoLEARN model. If --analysis-mode fast or --analysis-mode pangolearn is given, pangolin v4.3 will print out a warning and use UShER mode instead, unless --datadir is also given specifying a directory with pangoLEARN model files. The next release of pangolin-data (v1.20) will no longer include the model files which have not been updated since v1.18). (PR #519)

  • In UShER mode, in the case of multiple equally parsimony-optimal placements (EPPs), the lineage with the most EPPs will no longer override UShER's selected lineage. This "voting" logic was problematic in the case of amplicon dropout (e.g. issue #492). (PR #521)

  • dependencies: snakemake-minimal is no longer pinned to <=6.8.0 and tabulate is no longer pinned to 0.8.10. (PR #514)

pangolin v4.2

11 Jan 04:06
Compare
Choose a tag to compare

Significant speed improvement for the default UShER analysis mode when running on a large number of input sequences, if the latest version of usher (v0.6.1 or later) is installed (PR #499: Use usher-sampled if installed).

pangolin v4.1.3

11 Oct 09:34
bf7add6
Compare
Choose a tag to compare

Patch to pin tabulate version described in issue #489.

pangolin v4.1.2

14 Jul 11:00
8276002
Compare
Choose a tag to compare
  • merging PR #474
  • --all-versions flag now also has faToVcf version

pangolin v4.1.1

30 Jun 19:16
fbb68db
Compare
Choose a tag to compare

Patch to fix --all-versions flag. Everything bar faToVcf now reported, will need faToVcf to have --version flag for this approach to be compatible.

pangolin v4.1

29 Jun 17:06
78c24e8
Compare
Choose a tag to compare
  • Major change: In usher mode, run scorpio and report conflicts but don't override the usher call, in pangoLEARN mode continue to overwrite the call.
  • Allow assignment cache to be saved to and loaded from datadir issue #444

pangolin v4.0.6

20 Apr 09:24
c415dd1
Compare
Choose a tag to compare

Fix for #432, from PR by pcjentsch (Thank you!). New version now can stream various compressed file types without having to write out the file.

pangolin v4.0.5

12 Apr 09:59
d94204a
Compare
Choose a tag to compare

pangolin v4.0.4

08 Apr 11:34
Compare
Choose a tag to compare

Release notes

  • --no-temp issue flagged in issue #419, only when pipeline otherwise fails.
  • Issue #420 fix by reording print outs in cmd script.