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
Currently, the workflow may write a blank metadata entry to the Irida Next JSON (metadata_1 == ""). Irida will interpret this as instructions to delete an existing metadata entry with the same name. I don't think it's possible for this behaviour to come up with the locking functionality, but it may come up with other transformations.
We may wish to modify the workflow of the nf-iridanext plugin to control this behaviour better.
The text was updated successfully, but these errors were encountered:
Currently, the workflow may write a blank metadata entry to the Irida Next JSON (
metadata_1 == ""
). Irida will interpret this as instructions to delete an existing metadata entry with the same name. I don't think it's possible for this behaviour to come up with the locking functionality, but it may come up with other transformations.We may wish to modify the workflow of the
nf-iridanext
plugin to control this behaviour better.The text was updated successfully, but these errors were encountered: