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
When Customer A requests to analyze RNA data from Customer B and have it uploaded to Scout, the process fails because the sample from Customer B does not have a matching DNA sample within Customer A’s collaboration. Despite ensuring the RNA sample has a subject ID matching a DNA sample for Customer A, the upload fails because the DNA case does not exist in the collaboration context.
To Reproduce
Customer A requests RNA data analysis from Customer B.
Customer B approves the request.
A case for Customer A is created using the RNA sample from Customer B.
Ensure the RNA sample’s subject ID matches a DNA sample for Customer A.
Complete the RNA analysis.
Attempt to upload the data to Scout.
Expected behavior
The case must not be uploaded to the customer (Customer B) owning the RNA data unless Customer A and Customer B are in a collaboration.
If Customer A and Customer B are not in a collaboration, the system should:
Check for matching DNA cases within Customer A’s data.
Proceed with the upload only if such DNA cases exist.
Fail the upload if no matching DNA cases are found in Customer A’s data, as per standard workflow.Additional context
Add any other context about the problem here.
This issue arises due to limitations in handling cross-customer data ownership in non-collaborative contexts.
Currently we are updating analysis for customers who did not request it. In production we cannot remove these analyses either without removing the case from Scout. It is VERY important that we disable this kind of behaviour.
The text was updated successfully, but these errors were encountered:
Describe the bug
When Customer A requests to analyze RNA data from Customer B and have it uploaded to Scout, the process fails because the sample from Customer B does not have a matching DNA sample within Customer A’s collaboration. Despite ensuring the RNA sample has a subject ID matching a DNA sample for Customer A, the upload fails because the DNA case does not exist in the collaboration context.
To Reproduce
Expected behavior
The case must not be uploaded to the customer (Customer B) owning the RNA data unless Customer A and Customer B are in a collaboration.
If Customer A and Customer B are not in a collaboration, the system should:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: