NAL-i5K / tripal_eutils

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

exhaustive testing of linked import #169

Closed bradfordcondon closed 5 years ago

bradfordcondon commented 5 years ago

my fix for #167 isn't particularly robust.

Therefore I want to generate a large array of NCBI projects and import linked records for all of them.

bradfordcondon commented 5 years ago

ok, it takes 2.26 minutes to import the 76 child projects of NCBI project https://www.ncbi.nlm.nih.gov/bioproject/163973

(we sleep for .5 seconds between each import to ensure we dont overload our meager 10 requests/second)

bradfordcondon commented 5 years ago

Done!

If this needs to be rerun or modified, just comment out the early exist in MegaTest's testAllProjects method.