Skip to content

Commit

Permalink
Merge pull request #1114 from nextstrain/public-augur-io
Browse files Browse the repository at this point in the history
io: Add `open_file` and `write_sequences` to public API
  • Loading branch information
joverlee521 authored Dec 14, 2022
2 parents 1cc1042 + 4705673 commit 42335a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## __NEXT__

### Features

* io: Add `open_file` and `write_sequences` to the Python Pubic API. [#1114][] (@joverlee521)

[#1114]: https://github.com/nextstrain/augur/pull/1114

## 19.0.0 (13 December 2022)

Expand Down
3 changes: 2 additions & 1 deletion augur/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"""
# Functions and variables exposed here are part of Augur's public Python API.
# To use functions internally, import directly from the submodule.
from .file import open_file
from .metadata import read_metadata
from .sequences import read_sequences
from .sequences import read_sequences, write_sequences

0 comments on commit 42335a7

Please sign in to comment.