Skip to content

Commit

Permalink
ingest: Remove reverse column from metadata
Browse files Browse the repository at this point in the history
Previously this was filled in with empty strings by the custom
`ndjson-to-tsv-and-fasta` script. We've replaced vendored scripts
with `augur curate` commands, so we no longer need this script, but now
the workflow errors on this unexpected column.

As discussed in #209, this
column is not used anyways so just remove it.
  • Loading branch information
joverlee521 committed Jul 15, 2024
1 parent 7220dc5 commit 3321ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ingest/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ curate:
'date_submitted',
'sra_accession',
'abbr_authors',
'reverse',
'authors',
'institution'
]
Expand Down

0 comments on commit 3321ee2

Please # to comment.