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 fails #4

Closed
joverlee521 opened this issue Jul 25, 2024 · 2 comments · Fixed by #5
Closed

ingest fails #4

joverlee521 opened this issue Jul 25, 2024 · 2 comments · Fixed by #5
Labels
bug Something isn't working

Comments

@joverlee521
Copy link
Contributor

joverlee521 commented Jul 25, 2024

Blocked on #1


First reported in Nextstrain office hours

The ingest workflow on the default branch fails during the curate rule.
Looking into the logs at ingest/logs/curate.txt, there's a bunch of warnings, but the actual error is

ERROR: Records do not have the same fields! Please check your input data has the same fields.
@joverlee521 joverlee521 added the bug Something isn't working label Jul 25, 2024
@joverlee521
Copy link
Contributor Author

Error only shows up when using environment with Augur >= 25.0.0 because of added check in nextstrain/augur#1518.

@joverlee521
Copy link
Contributor Author

Ah, the error stems from upstream warning

`transform-genbank-location` requires a `location` field; this record does not have one.

The bug is fixed in augur curate parse-genbank-location, so the fix here is to actually work on #1.

This was referenced Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant