Skip to content

Commit

Permalink
Include original GISAID strain name in metadata
Browse files Browse the repository at this point in the history
Adds the GISAID strain name to list of fields to fetch from fauna in and
parse from the raw sequences FASTA in the "upload" workflow. This change
will include these original names in the metadata in S3.
  • Loading branch information
huddlej committed Oct 24, 2024
1 parent c5ae153 commit a918d52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fauna_fasta_fields:
- submitting_lab
- age
- gender
- gisaid_strain
fasta_fields:
- strain
- virus
Expand All @@ -38,6 +39,7 @@ fasta_fields:
- submitting_lab
- age
- gender
- gisaid_strain
prettify_fields:
- region
- country
Expand Down

0 comments on commit a918d52

Please sign in to comment.