Closed joverlee521 closed 1 month ago
Replacing csvtk rename2
with augur curate rename
will take a little extra munging by either:
augur curate rename
to take a TSV file for the field map. Option 1 looks cleaner in the context of the measles repo: https://github.com/nextstrain/measles/pull/52/commits/faebd646c3e2d19b0492523c760340df99493a22
Prompted by https://github.com/nextstrain/pathogen-repo-guide/pull/54#issuecomment-2229193810
Taking a closer look at the use of
csvtk
in the nextclade.smkhttps://github.com/nextstrain/pathogen-repo-guide/blob/06e6f275daca928ba0d39f49b621a8aadfc0cff2/ingest/rules/nextclade.smk#L78-L85
Seems like we can replace the two
csvtk
commands in the pipeline withtsv-select
andaugur curate rename
so that we are not blocked by https://github.com/shenwei356/csvtk/issues/283.