globalbioticinteractions / nomer

maps identifiers and names to other identifiers and names
GNU General Public License v3.0
19 stars 3 forks source link

allow schema definition for terms and term maps #1

Closed jhpoelen closed 4 years ago

jhpoelen commented 6 years ago

Currently, term caches and term maps have to have specific column header for nomer to work with the globi-cache matcher.

For instance, a term cache should contain the header labels id and path. Also, a term map has to contain headers providedTaxonId, providedTaxonName, resolvedTaxonId and resolvedTaxonName.

Suggest to adopt method to define the columns in which term id / labels and related mappings can be found.

jhpoelen commented 4 years ago

has been implemented.