Skip to content

0.5.8

Compare
Choose a tag to compare
@jhpoelen jhpoelen released this 20 Apr 22:32
· 97 commits to main since this release

Features

  • n/a

Improvements

To specify output schema with authorship of specific rank (e.g., kingdom), you can say:

nomer.append.schema.output=[{"column":0,"type":"path.kingdom.id"},{"column": 1,"type":"path.kingdom.name"},{"column": 2,"type":"path.kingdom.authorship"}]

and run

echo -e "\tEnhydra lutris"\
 | nomer append --properties my.properties --include-header pbdb\
 | mlr --itsvlite --oxtab cat

to produce:

providedExternalId              
providedName                    Enhydra lutris
relationName                    HAS_ACCEPTED_NAME
resolvedPath.kingdom.id         PBDB:1
resolvedPath.kingdom.name       Eukaryota
resolvedPath.kingdom.authorship É. Chatton 1925

Bug Fixes

  • n/a