NaegleLab / CoDIAC

GNU General Public License v3.0
0 stars 0 forks source link

Speed up Uniprot Fetch by getting all information from the same record fetch #8

Closed knaegle closed 1 year ago

knaegle commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, CoDAC.Uniprot fetch to uniprot information takes a very long time as the architecture is setup to do a new URL fetch/query for each piece of information.

Describe the solution you'd like Fetch all relevant information from the Uniprot Record at the time of a record fetch.

Tasks

Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.

knaegle commented 1 year ago

Time is now halved by changes to a single fetch then parsing from that one fetch.

knaegle commented 1 year ago

Now have complete InterPro, which is more inclusive, no need to integrate UniProt and Interpro.