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
A utility method in release-common-lib or an additional method in the GKInstance class in the Curator Tool repository is needed for retrieving an attribute value, which is a GKInstance object, as a GKInstance instead of a generic Object:
A utility method in release-common-lib or an additional method in the GKInstance class in the Curator Tool repository is needed for retrieving an attribute value, which is a GKInstance object, as a GKInstance instead of a generic Object:
https://github.com/reactome/CuratorTool/blob/master/src/org/gk/model/GKInstance.java#L238
This will ensure casting the Object type to the GKInstance type in data-release-pipeline code is not needed.