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
In the workflow metadata extractors we use assets_creators_attributes to add creators, which will only ever add new creators, it won't remove or updating existing ones:
In the workflow metadata extractors we use
assets_creators_attributes
to add creators, which will only ever add new creators, it won't remove or updating existing ones:seek/lib/seek/workflow_extractors/nextflow.rb
Lines 11 to 22 in c59d3f8
So every time a new version of a workflow is added (when scraping, for example), it will keep adding to the list.
The text was updated successfully, but these errors were encountered: