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
The snakemake file should store the version of augur it was tested against and compare this to the currently installed augur / containerized augur version via augur --version (see nextstrain/augur#146). The code for doing this should be somewhere central (see #2).
If the augur version is out-of-date then an error should be thrown and the snakemake file exits.
If the augur version is newer, then I think a warning is displayed but the build can proceed. If we exit on this mismatch, then all the pathogen repos have to be updated every time augur updates.
The text was updated successfully, but these errors were encountered:
The snakemake file should store the version of augur it was tested against and compare this to the currently installed augur / containerized augur version via
augur --version
(see nextstrain/augur#146). The code for doing this should be somewhere central (see #2).If the augur version is out-of-date then an error should be thrown and the snakemake file exits.
If the augur version is newer, then I think a warning is displayed but the build can proceed. If we exit on this mismatch, then all the pathogen repos have to be updated every time augur updates.
The text was updated successfully, but these errors were encountered: