Skip to content

Commit

Permalink
ingest: Adds lab host fields from NCBI Datasets (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 authored Oct 9, 2024
1 parent abdea39 commit 22e8458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingest/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ncbi_datasets_fields:
- update-date
- length
- host-name
- is-lab-host
- isolate-lineage-source
- biosample-acc
- submitter-names
Expand Down Expand Up @@ -57,6 +58,7 @@ curate:
update-date: date_updated
length: length
host-name: host
is-lab-host: is_lab_host
isolate-lineage-source: sample_type
biosample-acc: biosample_accessions
submitter-names: authors
Expand Down Expand Up @@ -112,6 +114,7 @@ curate:
"location",
"length",
"host",
"is_lab_host",
"date_released",
"date_updated",
"sra_accessions",
Expand Down

0 comments on commit 22e8458

Please sign in to comment.