We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Automated GenBank ingest failures
Both workflows failed during transform-rki-data-to-ndjson. This is due to upstream changes in the RKI data. RKI announced in robert-koch-institut/SARS-CoV-2-Sequenzdaten_aus_Deutschland#59 that some variables have been renamed. This particular error comes from SEQUENCE.ID being renamed to igs_id, but we use other columns as well.
SEQUENCE.ID
igs_id
The available variables are listed in the top level README
RKI_INDEX_COL
COLUMN_MAP
%Y-%m-%dT%H:%M:%S
date_formats
The text was updated successfully, but these errors were encountered:
j23414
Successfully merging a pull request may close this issue.
Automated GenBank ingest failures
Both workflows failed during transform-rki-data-to-ndjson. This is due to upstream changes in the RKI data. RKI announced in robert-koch-institut/SARS-CoV-2-Sequenzdaten_aus_Deutschland#59 that some variables have been renamed. This particular error comes from
SEQUENCE.ID
being renamed toigs_id
, but we use other columns as well.The available variables are listed in the top level README
TODOs
RKI_INDEX_COL
in bin/transform-rki-data-to-ndjsonCOLUMN_MAP
in bin/transform-rki%Y-%m-%dT%H:%M:%S
to expecteddate_formats
The text was updated successfully, but these errors were encountered: