NAL-i5K / tripal_eutils

ncbi loader via the eutils interface
GNU General Public License v3.0
4 stars 3 forks source link

Issue 233 change how data is loaded from NCBI #247

Closed dsenalik closed 1 year ago

dsenalik commented 1 year ago

This pull request resolves the remaining "to do" from issue #233, which is to: Change how data is loaded from NCBI to be more similar to how it is done in the Tripal Expression Analysis module. It is done on-the-fly in that module instead of loading a hard copy of the XML.

The static copy is removed, and the terms are downloaded from NCBI on module install. Since the existing function BiosamplePropertyLookup() already implements this lookup, the change only required removing the static file reference.