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
It looks like when EAL is attempting to generate taxonomic coverage, it fails to do so in some cases if the scientific name is specified beyond the species level - varieties, subspecies, etc. Individual searches for the taxa at itis.gov indicate that they are valid taxa. Previously, this seemed to work fine but recently it has been producing a few different outputs. For example,
Rather than the full taxonomic hierarchy. Although previously unnecessary, removing the designation for the sub-specific component of the scientific name (i.e. ssp, subsp, or var) and supplying just 3 words seems to resolve the problem in most cases. However, occasionally there are valid scientific names that still result in abbreviated taxonomic coverage that lacks the full taxonomic hierarchy (could this last case be a ITIS-related, perhaps a connection timeout?). For example,
For scientific names that do contain subsp, ssp, or var It looks like when the template_taxonomic_coverage() function is called, it fails to produce a taxonomic authority ID for taxa specified to this level (instead taxonomic_coverage.txt has an 'NA'). My best guess is that this traces back to r/taxonomyClearnr, or perhaps it also involves ITIS, which does not seem to list subsp or spp as part of a scientific name when a subspecies designation is present, but does include "var" in a scientific name when a variety designation is present.
The text was updated successfully, but these errors were encountered:
RobLBaker
changed the title
taxonomy no longer supports taxa sub-specific designations in scientific names
taxonomy no longer supports sub-specific designations in scientific names
Apr 10, 2023
It looks like when EAL is attempting to generate taxonomic coverage, it fails to do so in some cases if the scientific name is specified beyond the species level - varieties, subspecies, etc. Individual searches for the taxa at itis.gov indicate that they are valid taxa. Previously, this seemed to work fine but recently it has been producing a few different outputs. For example,
subsp., ssp, or var:
Rather than the full taxonomic hierarchy. Although previously unnecessary, removing the designation for the sub-specific component of the scientific name (i.e. ssp, subsp, or var) and supplying just 3 words seems to resolve the problem in most cases. However, occasionally there are valid scientific names that still result in abbreviated taxonomic coverage that lacks the full taxonomic hierarchy (could this last case be a ITIS-related, perhaps a connection timeout?). For example,
For scientific names that do contain subsp, ssp, or var It looks like when the
template_taxonomic_coverage()
function is called, it fails to produce a taxonomic authority ID for taxa specified to this level (instead taxonomic_coverage.txt has an 'NA'). My best guess is that this traces back to r/taxonomyClearnr, or perhaps it also involves ITIS, which does not seem to list subsp or spp as part of a scientific name when a subspecies designation is present, but does include "var" in a scientific name when a variety designation is present.The text was updated successfully, but these errors were encountered: