Conversation
This is tricky. I don't think it's easy to share the same argument between two parsers ( I think it'd be easier to simply have just one parser for |
|
Why not just keep |
|
What @joverlee521 said. Everything is using |
c35f30e to
e559282
Compare
|
I think splitting |
|
|
||
| *Deprecated in version 22.2.0 (July 2023). Planned for [removal](https://github.com/nextstrain/augur/issues/1266) | ||
| January 2024 or after.* | ||
| *Deprecated in version 22.2.0 (July 2023). Removed in version TKTK (TKTK 2025)* |
|
@jameshadfield I started this a while back but never got around to creating a PR. Feel free to cherry-pick any commits: db54927...ec16b56 |
Let's discuss this somewhere? I'm curious to hear more.
👍 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1754 +/- ##
==========================================
+ Coverage 73.12% 75.22% +2.09%
==========================================
Files 79 78 -1
Lines 8353 8047 -306
Branches 1704 1625 -79
==========================================
- Hits 6108 6053 -55
+ Misses 1958 1707 -251
Partials 287 287 ☔ View full report in Codecov by Sentry. |
joverlee521
left a comment
There was a problem hiding this comment.
LGTM. I will note that we will need to address the removal of augur export v1 in seasonal flu before/when this gets released.
Also saying this out loud to confirm: We are keeping augur validate export-v1 and the v1 JSON schemas to continue to support existing v1 datasets.
69cc81b to
3a50aa9
Compare
now that we have removed the ability to create v1 datasets Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
To reflect the removal of `augur export v1` Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
Includes updating & adding the redirects so that v1 URLs go to the (v1→v2) migration guide as well as removal of all relevant references to "augur export v1"
3a50aa9 to
61661a8
Compare
No - this was an oversight on my behalf. Victor's patch series removed this and I've now done the same in this PR. For completeness we've now:
|
There was a problem hiding this comment.
FYI, we still link to the v1 schemas in nextstrain.org and auspice (GH search). We should update those links to point to a specific tag instead of the default/master branch.
Would anyone who enjoys diving into
argparsespecifics like to help out with this PR? My goal is to makeaugur exporta synonym foraugur export v2- the approach as implemented here nearly achieves this but fails foraugur export v2 <args>because we have now set required arguments to theaugur exportparser itself so we get errors like:I presume a better approach is to set a default subparser?