Skip to content

Commit

Permalink
Merge pull request #179 from nextstrain/upload-gisaid-epi-isl
Browse files Browse the repository at this point in the history
Rename metadata column from `isolate_id` to `gisaid_epi_isl`
  • Loading branch information
joverlee521 authored Oct 10, 2024
2 parents c696e8a + 2e8211d commit b0ff43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions nextclade/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ rule export:
date=datetime.datetime.utcnow().strftime("%Y-%m-%d"),
shell:
"""
tsv-select -H -f {params.select_fields} {input.metadata} > {input.metadata}.tmp
tsv-select -H -f {params.select_fields} {input.metadata} > {input.metadata}.tmp
augur export v2 \
--tree {input.tree} \
--metadata {input.metadata}.tmp \
Expand Down Expand Up @@ -494,4 +494,3 @@ rule clean_all:
rm -rf datasets
rm -rf data/
"""

2 changes: 1 addition & 1 deletion profiles/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fasta_fields:
- strain
- virus
- segment
- isolate_id
- gisaid_epi_isl
- accession
- date
- date_submitted
Expand Down

0 comments on commit b0ff43d

Please sign in to comment.