Closed corneliusroemer closed 1 month ago
Isn't this error already from augur export
? There is a test that shows --skip-validation
applies to the version mismatch error.
No, I got this error in augur classes, sorry this wasn't clear from my issue description. I think the error can be thrown wherever we read any intermediate augur json files.
Context
When working across machines with incongruent augur major versions, I get an error:
In this case I got the error when running augur clades on output from ancestral.
Description
We should allow ignoring this error through a command line option. I don't want to rerun the pipeline, and I don't need to rerun the pipeline because nothing relevant has changed for the command I'm trying to run. I know I can manually edit the version, but it'd be nice not to have to do that for each file every time.
Examples
We already do something similar for
augur export
: