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
The getAnnotID() method still does a one-to-one comparison.
Fix the method to get a faster performing method to extract all annotations at once and give a map file directly as an output and test for any impacts across code base.
Bottlenecks:
Annotation ID extraction phase of JobsMapResultsFilesToContainerObjs.py
The text was updated successfully, but these errors were encountered:
The
getAnnotID()
method still does a one-to-one comparison.Fix the method to get a faster performing method to extract all annotations at once and give a map file directly as an output and test for any impacts across code base.
Bottlenecks:
Annotation ID extraction phase of
JobsMapResultsFilesToContainerObjs.py
The text was updated successfully, but these errors were encountered: