-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove NCBI Virus #19
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
Due to #18, the NCBI Virus API is more of a hassle to use. The data from NCBI Datasets CLI covers the standard fields that we use in pathogen ingests, so we can drop the use of the undocumented NCBI Virus API. If any pathogen needs additional custom fields that are not available through NCBI Datasets, the pipeline can use fetch-from-ncbi-entrez and parse the GenBank file.
Trim back CI jobs for reasons stated in nextstrain/cli@fab709a
The only tests we had were for fetch-from-ncbi-virus, which were removed in 6a76d0b
victorlin
approved these changes
Sep 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable given these are now unused in downstream repos, as mentioned in #18 (comment).
🎉 Love a good net-negative change! |
joverlee521
added a commit
to nextstrain/pathogen-repo-guide
that referenced
this pull request
Sep 14, 2023
Dropping due to the changes of the NCBI Virus API described in nextstrain/ingest#18 and we are dropping the scripts for this in nextstrain/ingest#19.
joverlee521
added a commit
to nextstrain/avian-flu
that referenced
this pull request
May 21, 2024
Copying two scripts that were in nextstrain/ingest before they were removed in <nextstrain/ingest#19> - ncbi-virus-url - fetch-from-ncbi-virus Done in preparation for editing the NCBI Virus URL to be used for ingest because the NCBI Datasets does not include strain, segment, and serotype fields.
joverlee521
added a commit
to nextstrain/avian-flu
that referenced
this pull request
May 24, 2024
Copying two scripts that were in nextstrain/ingest before they were removed in <nextstrain/ingest#19> - ncbi-virus-url - fetch-from-ncbi-virus Done in preparation for editing the NCBI Virus URL to be used for ingest because the NCBI Datasets does not include strain, segment, and serotype fields.
joverlee521
added a commit
to nextstrain/avian-flu
that referenced
this pull request
May 29, 2024
Copying two scripts that were in nextstrain/ingest before they were removed in <nextstrain/ingest#19> - ncbi-virus-url - fetch-from-ncbi-virus Done in preparation for editing the NCBI Virus URL to be used for ingest because the NCBI Datasets does not include strain, segment, and serotype fields.
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.
Resolves #18 by just completely removing the NCBI Virus scripts.
We can just stick to Entrez and NCBI Datasets for fetching public data.
Checklist