cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
94 stars 27 forks source link

Genbank source modifier export from PHA4GE template: change separator in isolation-source #186

Closed griffie closed 3 years ago

griffie commented 3 years ago

Right now we are concatenating isolation source fields into the "isolation-source" field in the Genbank source modifiers export from the PHA4GE template.

The separator between the pieces of information right now is a | e.g. Nasopharynx (NP)|Swab

It needs to be a colon as NCBI is picky about separators. e.g. Nasopharynx (NP):Swab

Can we change the separators pretty please?

ddooley commented 3 years ago

This is fixed in draft now