Skip to content
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

ingest: GenBank accession should not include version number #39

Closed
joverlee521 opened this issue Apr 12, 2024 · 1 comment · Fixed by #40
Closed

ingest: GenBank accession should not include version number #39

joverlee521 opened this issue Apr 12, 2024 · 1 comment · Fixed by #40
Labels
enhancement New feature or request

Comments

@joverlee521
Copy link
Contributor

Originally brought up in nextstrain/measles#24, but we most likely don't want to include version number in all future Nextstrain pathogens.

Currently the version is stripped and added as a new column in

We can add similar csvtk and tsv-select commands to

dataformat tsv virus-genome \
--package {input.dataset_package} \
--fields {params.ncbi_datasets_fields:q} \
--elide-header \
| csvtk add-header -t -l -n {params.ncbi_datasets_fields:q} \
> {output.ncbi_dataset_tsv}

@joverlee521 joverlee521 added the enhancement New feature or request label Apr 12, 2024
@joverlee521
Copy link
Contributor Author

Relevant to discussion of what should standardized metadata fields be in #20

joverlee521 added a commit that referenced this issue Apr 17, 2024
Resolves #39

Create a new accession field without the version number so that
annotations do not need to be updated when the version number is updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant