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-194 [PR] Fix LCMT DNA Adp Lig purpose record #4608

Merged
merged 1 commit into from
Jan 16, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Plate purposes for LCM Triomics WGS and EMSeq
---
# The starting point for the 'LCM Triomics' pipeline is the LCMT Lysate plate.
# It is defined here so it can be added to the acceptable purposes for the
# 'LCM Triomics' manual submission. It is an input plate and so it is 'passed'
# when all non-empty wells have requests out of them, i.e., when the submission
# is built.
LCMT Lysate:
type: PlatePurpose::Input
stock_plate: true
cherrypickable_target: false
# Five plates of the LCM Triomics pipeline all go from 'pending' to 'started'
# at 'Bravo LCMT EMSeq Verify Initial Setup' and then to 'passed' one by one in
# either single bed verification or manual transfer. None of them can be input
# plates. The LCMT DNA Adp Lig purpose is defined here so it can be added to the
# acceptable purposes for the 'LCM Triomics WGS' automated submission, which
# is enabled when LCMT DNA Adp Lig is 'passed'.
LCMT DNA Adp Lig:
type: PlatePurpose::Input
type: PlatePurpose
stock_plate: false
cherrypickable_target: false
Loading