-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centralize sequence read operations #1730
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
cf5c8be
to
fbb56fe
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1730 +/- ##
==========================================
+ Coverage 72.94% 72.99% +0.05%
==========================================
Files 79 79
Lines 8317 8325 +8
Branches 1698 1698
==========================================
+ Hits 6067 6077 +10
+ Misses 1962 1960 -2
Partials 288 288 ☔ View full report in Codecov by Sentry. |
genehack
approved these changes
Jan 22, 2025
e7ed6a7
to
42a5b6f
Compare
The file reading is handled by augur.io.open_file, which is independent of Biopython.
These are more useful for type checking and rendering of documentation. I switched "Yields" to "Returns" to match the label of "Return type" in rendered docs.
The name clashes with augur.io.read_sequences which will be used in a future commit. This also presents the chance to add a short comment on the similarities and differences between the two functions.
This centralizes customization of the Biopython call. The 'format=' key is necessary for read_sequences - without it, the value is treated as a positional argument which is used by '*paths'.
This allows for centralized customization of the Biopython call.
This centralizes customization of the Biopython call. Added 'format=' key to improve readability.
9476797
to
91eaafe
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
General improvements before fixing CI failures related to sequence read.
Related issue(s)
#1727
Notable discussion threads
Checklist