The Tripal package is a suite of Drupal modules for creating biological (genomic, genetic, breeding) websites. Visit the Tripal homepage at http://tripal.info for documentation, support, and other information. The Drupal project page is at http://drupal.org/project/tripal.
GNU General Public License v2.0
67
stars
49
forks
source link
Organism name is incorrectly case sensitive for taxonomy loader #1761
The taxonomy loader, when you import existing species
is failing due to NCBI returning all lower case organism names.
Steps to reproduce
Create a real organism, e.g. Citrus sinensis
Run the taxonomy importer, just with defaults, don't enter anything.
When the job is run you will see [warning] WARNING: Partial match "citrus sinensis" to query "Citrus sinensis", no taxid available
This should have matched, ignoring case. NCBI returned all lower case.
Tripal Version
4.alpha2
Drupal Version
NA
PostgreSQL Version
NA
PHP Version
NA
General Description
The taxonomy loader, when you import existing species is failing due to NCBI returning all lower case organism names.
Steps to reproduce
Citrus sinensis
[warning] WARNING: Partial match "citrus sinensis" to query "Citrus sinensis", no taxid available
This should have matched, ignoring case. NCBI returned all lower case.