Skip to content

Commit

Permalink
Merge pull request #295 from nextstrain/shorten-authors
Browse files Browse the repository at this point in the history
Shorten authors
  • Loading branch information
joverlee521 authored Nov 20, 2024
2 parents af33cf2 + b808841 commit 36b3e82
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions ingest/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ curate:
# List of string fields to titlecase
fields: ['region', 'country', 'division', 'location']
# Authors field name
authors_field: 'authors'
authors_field: 'full_authors'
# Authors default value if authors value is empty
authors_default_value: '?'
# Field name for the generated abbreviated authors
abbr_authors_field: 'abbr_authors'
abbr_authors_field: 'authors'
# General geolocation rules to apply to geolocation fields
geolocation_rules_url: 'https://raw.githubusercontent.com/nextstrain/ncov-ingest/master/source-data/gisaid_geoLocationRules.tsv'
# Local geolocation rules that are only applicable to mpox data
Expand All @@ -71,8 +71,8 @@ curate:
'host',
'date_submitted',
'sra_accession',
'abbr_authors',
'authors',
'full_authors',
'institution'
]

Expand Down
2 changes: 1 addition & 1 deletion ingest/defaults/ncbi-dataset-field-map.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Isolate Lineage source isolation_source
BioProjects bioproject_accession
BioSample accession biosample_accession
SRA Accessions sra_accession
Submitter Names authors
Submitter Names full_authors
Submitter Affiliation submitting_organization
Loading

0 comments on commit 36b3e82

Please sign in to comment.