Skip to content

Commit

Permalink
Remove an unneeded flag from csvtk [#25]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Dec 6, 2024
1 parent 0fab56e commit efaeb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingest/rules/nextclade.smk
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ rule join_metadata_and_nextclade:
(
export SUBSET_FIELDS=`grep -v '^#' {input.nextclade_field_map} | awk '{{print $1}}' | tr '\n' ',' | sed 's/,$//g'`
csvtk -tl cut -f $SUBSET_FIELDS \
csvtk -t cut -f $SUBSET_FIELDS \
{input.nextclade} \
| csvtk -tl rename2 \
| csvtk -t rename2 \
-F \
-f '*' \
-p '(.+)' \
Expand Down

0 comments on commit efaeb6e

Please sign in to comment.