You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\tHomo sapiens" | nomer append pbdb | cut -f4- | nomer validate-terms
produces "FAIL" validations.
Root cause - the validation assume a schema that excluded authorship (introduced by default in nomer 0.3.0). This caused the columns after id/name to misaligned. And this misalignment of columns caused validations like pathIds to fail.
The text was updated successfully, but these errors were encountered:
jhpoelen
pushed a commit
to globalbioticinteractions/taxon-graph-builder
that referenced
this issue
Mar 21, 2023
Currently,
produces "FAIL" validations.
Root cause - the validation assume a schema that excluded authorship (introduced by default in nomer 0.3.0). This caused the columns after id/name to misaligned. And this misalignment of columns caused validations like pathIds to fail.
The text was updated successfully, but these errors were encountered: