Changes between Initial Version and Version 2 of Ticket #1072
- Timestamp:
- Nov 7, 2018, 9:52:50 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1072
- Property Owner set to
- Property Status new → assigned
-
Ticket #1072 – Description
initial v2 1 1 The existing structure has a direct link between RNA and Specimen. We want to break up this link and insert a Lysate item between them. 2 2 3 For a given RNA it easy to get the name for the Lysate (simply by getting rid of the '.r' at the end), create a new Lysate item and re-link the everything. We should also move the annotations starting with `Lys` o n the RNA to the Lysate item.3 For a given RNA it easy to get the name for the Lysate (simply by getting rid of the '.r' at the end), create a new Lysate item and re-link the everything. We should also move the annotations starting with `Lys` or `Partition` on the RNA to the Lysate item. 4 4 5 5 There are some things that require careful handling: … … 7 7 * There may be more than one RNA for a given Lysate. Before creating a new Lysate we must check that it doesn't exists already. 8 8 * Access permissions must be correctly set and merged. If only a single RNA exists, the permissions can be copied to the Lysate. If there are more RNA item, the permissions must be merged so that the Lysate is accessible in all projects/releases. 9 * The `LysBatchNo` an notationhave project-specific values. They must all be copied correctly to the Lysate item.9 * The `LysBatchNo` and `PartitionBatchNo` annotations have project-specific values. They must all be copied correctly to the Lysate item.