Skip to content

Commit

Permalink
Fix LCMT DNA Adp Lig purpose record
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Jan 16, 2025
1 parent 6a728b5 commit 21ad54b
Showing 1 changed file with 12 additions and 1 deletion.
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

0 comments on commit 21ad54b

Please sign in to comment.