Skip to content

Commit

Permalink
ingest: Fix field_map config
Browse files Browse the repository at this point in the history
I noticed that the `institution` column was empty in the
results/metadata.tsv when I was running through the workflow for the
ingest tutorial.
  • Loading branch information
joverlee521 committed Feb 28, 2024
1 parent d459555 commit 960418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/config/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ curate:
update-date: update_date
sra-accs: sra_accessions
submitter-names: authors
submitter-affiliations: institution
submitter-affiliation: institution
# Standardized strain name regex
# Currently accepts any characters because we do not have a clear standard for strain names across pathogens
strain_regex: '^.+$'
Expand Down

0 comments on commit 960418c

Please sign in to comment.