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

Y24-271 - LCM Triomics Configuration + Integration Suite Tests #1878

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/pipelines/high_throughput_lcm_triomics.wip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
# Pipeline configuration for EMSeq
LCM Triomics:
SHIV5T3R marked this conversation as resolved.
Show resolved Hide resolved
filters:
request_type_key: limber_lcm_triomics
SHIV5T3R marked this conversation as resolved.
Show resolved Hide resolved
relationships:
LCMT Lysate: LCMT DNA Frag
LCMT DNA Frag: LCMT DNA End Prep
LCMT DNA End Prep: LCMT DNA Adp Lig
34 changes: 34 additions & 0 deletions config/purposes/lcm_triomics.wip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# EMSeq plate purposes
---
LCMT Lysate:
:asset_type: plate
:stock_plate: true
:cherrypickable_target: false
:input_plate: true
:presenter_class: Presenters::StockPlatePresenter
:creator_class: LabwareCreators::Uncreatable
:size: 96

LCMT DNA Frag:
:asset_type: plate
:stock_plate: false
:cherrypickable_target: false
:input_plate: false
:presenter_class: Presenters::PermissivePresenter
:size: 96

LCMT DNA End Prep:
:asset_type: plate
:stock_plate: false
:cherrypickable_target: false
:input_plate: false
:presenter_class: Presenters::PermissivePresenter
:size: 96

LCMT DNA Adp Lig:
:asset_type: plate
:stock_plate: false
:cherrypickable_target: false
:input_plate: false
:presenter_class: Presenters::PermissivePresenter
:size: 96
Loading