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

multiple objects issue #80

Open
sergpolly opened this issue Aug 25, 2020 · 1 comment
Open

multiple objects issue #80

sergpolly opened this issue Aug 25, 2020 · 1 comment

Comments

@sergpolly
Copy link
Member

situation - someone creates an experiemnt with biosource K562 and someone else wants it to be K-562 ...
users keep creating essentially same objects with different names - how do we consolidate that ?
another related issue - when cloning an experiment we reference original biosource objects , e.g. K562, so whenever one modifies them - they are modified throughout the database - should we create copies ? - which often would be identical ...
routine database deduplication ?!

@Snehal1894
Copy link
Contributor

Temporarily:
To avoid modification throughout the database, we have removed the access to edit/delete Individual and Biosource once the experiments are created.
Edit/Delete for Biosample is available with a warning message indicating what will happen if changes are made.
(This allows for experiments to be cloned easily since most of the users clone experiments and major changes are at Biosample and experiment level)

After the above code changes, shared objects can only be modified from the admin side.

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

No branches or pull requests

2 participants