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 all 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
10 changes: 10 additions & 0 deletions config/pipelines/high_throughput_lcm_triomics.wip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
# Pipeline configuration for EMSeq
LCM Triomics EMSeq:
filters:
request_type_key: limber_lcm_triomics_emseq
relationships:
LCMT Lysate: LCMT DNA Frag
LCMT DNA Frag: LCMT DNA End Prep
LCMT DNA End Prep: LCMT DNA Adp Lig
pipeline_group: LCM Triomics WGS and EMSeq
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