Skip to content

Commit

Permalink
Remove augur export v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Feb 12, 2025
1 parent 0b9b9f5 commit e559282
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 427 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* Updated default latitudes and longitudes for geography traits that includes location name changes. See the pull request for more details. [#1744][] (@joverlee521)
* curate apply-geolocation-rules: Augur's standard geolocation rules are used by default and rules provided via `--geolocation-rules` are considered custom rules that have precedence over the default rules. The `--no-default-rules` flag can be used to ignore the default rules. See the pull request for more details. [#1745][] (@joverlee521)
* export v1 has been removed (deprecated in v22.2.0, July 2023). `augur export v2` was introduced in Augur version 6.0.0. Migrate by following the [official guide](https://docs.nextstrain.org/projects/augur/page/releases/migrating-v5-v6.html).

### Features

Expand Down
3 changes: 1 addition & 2 deletions DEPRECATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ We recognize the existing usage of this function, so it has been moved to

## `augur export v1`

*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)*

`augur export v2` was introduced in Augur version 6.0.0. Migrate by following
the [official guide](https://docs.nextstrain.org/projects/augur/page/releases/migrating-v5-v6.html).
Expand Down
3 changes: 1 addition & 2 deletions augur/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
Export JSON files suitable for visualization with auspice.
"""
from .argparse_ import add_command_subparsers
from . import export_v1, export_v2
from . import export_v2

SUBCOMMANDS = [
export_v2,
export_v1,
]


Expand Down
Loading

0 comments on commit e559282

Please sign in to comment.