GTAC-MGI / GTAC-ESP-LIMS

3 stars 0 forks source link

SC Lab: Instrument Data Flow | 3', 5', Multiome #399

Closed billtell closed 5 months ago

billtell commented 6 months ago

Make sure library values are being synced to the entity so that Seq Lab will have the information it needs.

billtell commented 6 months ago

Two main areas of focus

billtell commented 6 months ago

libraries_v_cdna_aliquot.md

billtell commented 6 months ago

Things I'm noticing:

billtell commented 6 months ago
billtell commented 6 months ago
billtell commented 6 months ago
billtell commented 6 months ago

onChange functions to modify:

billtell commented 6 months ago

Remaining Volume (µl) is kinda its own set of concerns

billtell commented 6 months ago
billtell commented 6 months ago

In qubit/agilent protocols:

who do these values belong to? Aliquot or Library?

billtell commented 5 months ago
billtell commented 5 months ago
⚡ git merge gtac/feat-399-1
Updating 9fb315bc..ec3d51e6
Fast-forward
 content/protocols/sc_3_prime_agilent_hs_protocol.yml         | 48 +++++++++++++++++++++++++++++++++----------
 content/protocols/sc_3_prime_qubit_and_agilent_protocol.yml  | 45 ++++++++++++++++------------------------
 content/protocols/sc_5_prime_agilent_hs_protocol.yml         | 64 ++++++++++++++++++++++++++++++++++++++-------------------
 content/protocols/sc_5_prime_qubit_and_agilent_protocol.yml  | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 content/protocols/sc_agilent_hs_protocol.yml                 | 43 ++++++++++++++++++++++++++++++--------
 content/protocols/sc_aliquot_protocol.yml                    |  1 -
 content/protocols/sc_aliquot_setup_protocol.yml              |  6 +++---
 content/protocols/sc_create_dilutions_protocol.yml           |  1 +
 content/protocols/sc_multiome_agilent_hs_protocol.yml        | 55 ++++++++++++++++++++++++++++++++++++-------------
 content/protocols/sc_multiome_qubit_and_agilent_protocol.yml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 content/protocols/sc_setup_dilutions_protocol.yml            | 78 ++++++++++++++++++++++++++++++++++++---------------------------------
 content/workflows/sc_3P_cdna.yml                             | 16 +++++++++------
 content/workflows/sc_3P_feature_lc.yml                       | 13 +++++++++---
 content/workflows/sc_3P_gex_lc.yml                           | 14 +++++++++----
 content/workflows/sc_aliquot_workflow.yml                    |  9 ++++++--
 content/workflows/sc_dilutions_workflow.yml                  |  9 ++++----
 extensions/client/invokables.js                              | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
 17 files changed, 477 insertions(+), 210 deletions(-)
billtell commented 5 months ago

5 Prime and Multiome cDNA, Aliquot and Library construction nodes will have to be updated with methods used in 3 prime once they are tested. This work will be continued on another branch.