NAL-i5K / tripal_eutils

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

Incorrect analysis links generated if more than one assembly loaded in one drush run #226

Closed dsenalik closed 1 year ago

dsenalik commented 3 years ago

If more than one genome assembly is loaded and they are both processed in the same drush run, everything gets linked to the first generated analysis. This is due to an error in caching the analyses by just the generic term 'analysis' instead of a unique identifier. I will submit a pull request to fix this, there was a relevant "TODO" in the code, so I did it!

dsenalik commented 1 year ago

Closed with merged pull request #227