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
If assay component name is different from what it is expected, it is possible to duplicate it under a different name. In the tcplRegister function if what = "acsn" we need code to make sure there is no other acsn with identical name.
Column should be unique in the ddl and there should be an informative error message when you try to register multiple assays with identical acsn
The text was updated successfully, but these errors were encountered:
If assay component name is different from what it is expected, it is possible to duplicate it under a different name. In the tcplRegister function if
what = "acsn"
we need code to make sure there is no other acsn with identical name.Column should be unique in the ddl and there should be an informative error message when you try to register multiple assays with identical acsn
The text was updated successfully, but these errors were encountered: