Skip to content

Releases: globalbioticinteractions/nomer

0.5.5

15 Sep 23:47
Compare
Choose a tag to compare

Features

  • n/a

Improvements

  • add https://linker.bio as preston remote to offload calls to Zenodo and avoid hitting Zenodo API rate limits ; 0b05678
  • add support for relations beyond SAME_AS when using nomer replace command #163

Bug Fixes

  • remove doubles quotes from World of Flora Online species name indexes; related to #164 @seltmann
  • add genus in taxonomic path of DiscoverLife Bee checklist; related to #165 @seltmann

0.5.4

08 Sep 16:53
Compare
Choose a tag to compare

Features

  • n/a

Improvements

  • upgrade to:

Poelen, Jorrit H. (ed.). (2023). Nomer Corpus of Taxonomic Resources hash://sha256/12051b8aa59930d6561a3ed46b7cf3f67a31a98445a457d78894f6b8a8e81641 hash://md5/1ff6b3628d7afc15b882cc0c9b1c3815 (0.18) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8326175

  • update configuration to enable faster indexing of Catalog of Life to help facilitate workflows like those described in #162 by @whitfarnum

Bug Fixes

n/a

0.5.3

06 Sep 09:47
Compare
Choose a tag to compare

Features

  • n/a

Improvements

  • n/a

Bug Fixes

  • allow for re-use of "old" catalogue of life pre-processed indexes #162 @whitfarnum - newer catalogue of life indexes support a prefix that accounts for the version of the catalogue of life: catalogue of life taxon ids are only defined in the context of a specific version, even though they may appear to be consistent across versions.

0.5.2

29 Aug 00:58
Compare
Choose a tag to compare

Features

  • n/a

Improvements

Example 1.

echo "tsn:946010"\
 | nomer append --include-header itis\
| mlr --itsvlite --oxtab cat

yields

providedExternalId      tsn:946010
relationName            HAS_ACCEPTED_NAME
resolvedExternalId      ITIS:946010
resolvedName            Rhinolophus sinicus
resolvedAuthorship      K. Andersen, 1905
resolvedRank            species
resolvedCommonNames     
resolvedPath            Animalia | Bilateria | Deuterostomia | Chordata | Vertebrata | Gnathostomata | Tetrapoda | Mammalia | Theria | Eutheria | Chiroptera | Yinpterochiroptera | Rhinolophoidea | Rhinolophidae | Rhinolophus | Rhinolophus sinicus
resolvedPathIds         ITIS:202423 | ITIS:914154 | ITIS:914156 | ITIS:158852 | ITIS:331030 | ITIS:914179 | ITIS:914181 | ITIS:179913 | ITIS:179916 | ITIS:179925 | ITIS:179985 | ITIS:945840 | ITIS:945842 | ITIS:631242 | ITIS:631260 | ITIS:946010
resolvedPathNames       kingdom | subkingdom | infrakingdom | phylum | subphylum | infraphylum | superclass | class | subclass | infraclass | order | suborder | superfamily | family | genus | species
resolvedPathAuthorships 
resolvedExternalUrl     http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=946010

Bug Fixes

  • n/a

0.5.1

28 Aug 17:59
Compare
Choose a tag to compare

Features

  • n/a

Improvements

Bug Fixes

  • n/a

References

[1] Poelen, Jorrit H. (2023). Nomer Corpus of Taxonomic Resources hash://sha256/ed9f35887419d44ad294b4225fed0a9113ac68ca5314c4b6b009709fc1698898 hash://md5/cd316b81c3a6626cc9c9c07c8b8b3872 (0.17) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8290342

0.5.0

07 Jul 19:23
Compare
Choose a tag to compare

Features

n/a

Improvements

*upgrade to Preston lib v0.7.1

Bug fixes

  • update wfo endpoint configuration
  • allow content retrieval via most recent alias through anchored preston achives bio-guoda/preston#252

0.4.12

07 Jul 14:02
Compare
Choose a tag to compare

Features

n/a

Improvements

Poelen, Jorrit H. (2023). Nomer Corpus of Taxonomic Resources hash://sha256/0e9bc57bc082b58a2c7a509bb73362b258ec8ddfc6664898e25c639786413fda hash://md5/91dd844e787ffae8f0a2bbb8c1f29192 (0.15) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8124478

Bug fixes

  • prevent configuration error in offline ITIS service (ef19ed2)

0.4.11

12 Mar 03:17
Compare
Choose a tag to compare

Features

n/a

Improvements

n/a

Bug fixes

  • match discoverlife species names when subgenus is not specified, but provided by discoverlife (#149) @jtmiller28

0.4.10

02 Mar 21:47
Compare
Choose a tag to compare

Features

n/a

Improvements

Bug fixes

n/a

0.4.9

26 Jan 23:14
Compare
Choose a tag to compare

Features

Example usage:

echo -e "\tTyrannosaurus rex"\
| nomer append --include-header pbdb\
| cut -f1-6

produced:

providedExternalId providedName relationName resolvedExternalId resolvedName resolvedAuthorship
Tyrannosaurus rex HAS_ACCEPTED_NAME PBDB:54833 Tyrannosaurus rex H. F. Osborn 1905
  • add initial support for Mammal Diversity Database via mdd matcher. (#141) @n8upham
    Example usage:
echo -e "\tHomo sapiens" \
| nomer append --include-header mdd\
 | cut -f1-6\
 | mlr --itsvlite --omd cat
providedExternalId providedName relationName resolvedExternalId resolvedName resolvedAuthorship
Homo sapiens HAS_ACCEPTED_NAME https://www.mammaldiversity.org/explore.html#genus=Homo&species=sapiens&id=1000718 Homo sapiens Linnaeus, 1758

Improvements

  • upgrade to GloBI lib 0.25.5
  • upgrade to Nomer Corpus to:
    Poelen, Jorrit H. (2023). Nomer Corpus of Taxonomic Resources hash://sha256/b42923293cebab084517099670cf0b50ad1cce3066286c959644d950b43d7e1b hash://md5/70cbe32ac5ae87c4f70bc5277626cf8c (0.11) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.7574586

Bug fixes

n/a