Closed billtell closed 5 months ago
Two main areas of focus
Things I'm noticing:
Qubit / Agilent
Qubit (ng/\xB5l) -> Assessed Concentration (ng/µl) Final Yield ng (35 \xB5l) -> Final Yield ng (35 µl) Size (bp) -> Average Library Size (bp) Remaining Volume (\xB5l) -> Remaining Volume (µl)
protocol action to sync Assessed Concentration , Remaining Volume and Average Library Size (bp) in qubit protocol protocol action to sync Assessed Concentration and Remaining Volume in Agilent HS protocol
Workday Cost Center not showing up work being done on #410
Being handled by Lee
Now also sets
Assessed Concentration (ng/µl)
in hidden column to update entity value
{{ float(entity_value('Remaining Volume (µl)')) - float(cell('DNA (µl)')) }}
{{ float(cell('DNA (µl)')) + float(cell('EB (µl)')) }}
Concentration (ng/μL)=Molarity (M)×Molecular Weight (g/mol)× 1000 μL/L / 1000000 ng/g
who do these values belong to? Aliquot or Library?
Make Dilutions
button in SC Lab: Set Up Dilutions
Assessed Concentration (ng/µl)
and Remaining Volume (µl)
to the incoming LibrarySC Lab: Create Dilutions
⚡ 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(-)
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.
Make sure library values are being synced to the entity so that Seq Lab will have the information it needs.