feat: add overallScore and overallStatus QC columns to metadata.tsv#865
Closed
ivan-aksamentov wants to merge 1 commit intomasterfrom
Closed
feat: add overallScore and overallStatus QC columns to metadata.tsv#865ivan-aksamentov wants to merge 1 commit intomasterfrom
ivan-aksamentov wants to merge 1 commit intomasterfrom
Conversation
Addresses the metadata portion of #861 See the symmetrical PR in ncov-igest: nextstrain/ncov-ingest#283 This adds the copying of the following columns from `nextclade.tsv` to `metadata.tsv`: ``` "qc.overallScore": "QC_overall_score", "qc.overallStatus": "QC_overall_status", ```
ivan-aksamentov
added a commit
to nextstrain/ncov-ingest
that referenced
this pull request
Feb 10, 2022
Addresses the metadata portion of nextstrain/ncov#861 See the symmetrical PR in ncov: nextstrain/ncov#865 This adds the copying of the following columns from `nextclade.tsv` to `metadata.tsv`: ``` "qc.overallScore": "QC_overall_score", "qc.overallStatus": "QC_overall_status", ```
3 tasks
Member
Author
|
Closing this because #861 already includes the same changes |
This file contains hidden or 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
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
This adds the copying of the following columns from
nextclade.tsvtometadata.tsv:Related issue(s)
Addresses the metadata portion of #861
See the symmetrical PR in ncov-igest: nextstrain/ncov-ingest#283
Testing
...
Release checklist
If this pull request introduces backward incompatible changes, complete the following steps for a new release of the workflow:
docs/src/reference/change_log.mdin this pull request to document these changes and the new version number.If this pull request introduces new features, complete the following steps:
docs/src/reference/change_log.mdin this pull request to document these changes by the date they were added.