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
One of the challenges in regards to updating a galaxy/cluster in an automated way is to know which cluster_values do not exist anymore in the original source.
If we just iterate over the source, and update our galaxy we will not know which ones were not updated and should therefore be marked as deprecated.
Brainstorm for methods :
an internal variable listing the uuids of the entries that were touched (append()) since a certain moment. Flush it before using. Add a new function to deprecate the delta.
Add a new function to mark all as deprecated at once, and whenever we append() we mark them as non-deprecated
The text was updated successfully, but these errors were encountered:
One of the challenges in regards to updating a galaxy/cluster in an automated way is to know which cluster_values do not exist anymore in the original source.
If we just iterate over the source, and update our galaxy we will not know which ones were not updated and should therefore be marked as deprecated.
Brainstorm for methods :
append()
) since a certain moment. Flush it before using. Add a new function to deprecate the delta.append()
we mark them as non-deprecatedThe text was updated successfully, but these errors were encountered: