Skip to content

Commit

Permalink
Add long and lat mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Sep 16, 2024
1 parent 92eec06 commit c8f8530
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ena-submission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ In a loop:

#### create_sample

Maps loculus metadata to ena metadata using template: https://www.ebi.ac.uk/ena/browser/view/ERC000033

In a loop

- Get sequences in `submission_table` in state SUBMITTED_PROJECT
Expand Down
4 changes: 4 additions & 0 deletions ena-submission/config/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ metadata_mapping:
loculus_fields: [environmentalSite, environmentalMaterial]
'authors':
loculus_fields: [authors]
'geographic location (latitude)':
loculus_fields: [geoLocLatitude]
'geographic location (longitude)':
loculus_fields: [geoLocLongitude]
2 changes: 2 additions & 0 deletions ena-submission/test/approved_ena_submission_list_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"anatomicalPart": null,
"geoLocAdmin1": null,
"geoLocAdmin2": null,
"geoLocLatitude": null,
"geoLocLongitude": null,
"geoLocCountry": "Pakistan",
"insdcVersion_L": null,
"insdcVersion_M": null,
Expand Down

0 comments on commit c8f8530

Please sign in to comment.