You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, I perform many of the calculations inside the serialization class (init), e.g. the calculation of the global identity.
This is MASSIVELY inefficient because I cannot perform bulk inserts the right way. I will have to preprocess the Blast Hits / Hsps BEFORE loading them into the database so that I can actually use the bulk_insert appropriately.
The text was updated successfully, but these errors were encountered:
At the moment, I perform many of the calculations inside the serialization class (init), e.g. the calculation of the global identity.
This is MASSIVELY inefficient because I cannot perform bulk inserts the right way. I will have to preprocess the Blast Hits / Hsps BEFORE loading them into the database so that I can actually use the bulk_insert appropriately.
The text was updated successfully, but these errors were encountered: