NAL-i5K / tripal_eutils

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

Allow loading more than one record at a time #241

Closed dsenalik closed 1 year ago

dsenalik commented 1 year ago

It should be a simple matter to allow loading multiple bioprojects or biosamples at the same time with an appropriate preg_split() and loop. The "Preview Record" button will just preview the first record. Changes proposed in pull request #242

dsenalik commented 1 year ago

I just noticed that Issue #231 also asked for this very thing. Resolved with merged pull request #242