Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid writing duplicate acsns when they are already in the database #98

Closed
cthunes opened this issue Jul 20, 2023 · 0 comments · Fixed by #105
Closed

Avoid writing duplicate acsns when they are already in the database #98

cthunes opened this issue Jul 20, 2023 · 0 comments · Fixed by #105
Assignees
Labels

Comments

@cthunes
Copy link
Contributor

cthunes commented Jul 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant