-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Context
augur export v1
will be removed soon, but we still use it in the private.nextflu.org build.
Possible solutions
Short term
We can pin the docker image used in the private nextflu workflow to a docker-base image that still has a version of Augur that has augur export v1
.
We cannot do this indefinitely because the private nextflu workflow is built on top of the core workflow. If we make backwards-incompatible changes the in the core workflow (e.g. use the new refine --remove-outgroup
flag) that are not available in the pinned version of Augur, then the workflow will fail. (Edit: I guess we could pin the private nextflu workflow to a commit to work around this, but that will prevent us from updating the source files like reference strains. Sounds like a bad set up!)
Medium term
Keep augur export v1
as a custom script in this repo to continue using it in the workflow.
Long term