AtlasOfLivingAustralia / ala-namematching-service

Service for ALA name matching to aid pipelines integration
Other
1 stars 4 forks source link

Excluded values are ignore in SpeciesGroups #28

Open djtfmartin opened 3 years ago

djtfmartin commented 3 years ago

Example config

  {
    "name": "Dicots",
    "rank": "subclass",
    "included": ["Magnoliidae"],
    "excluded": ["Lilianae"],
    "parent": "Angiosperms"
  }

the result is anything in Lilianae is marked as a Dicot.

Related to https://github.com/AtlasOfLivingAustralia/la-pipelines/issues/353

djtfmartin commented 3 years ago

Done in https://github.com/AtlasOfLivingAustralia/ala-namematching-service/pull/29. Needs a post commit review