-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 12 additions & 1 deletion
13
config/default_records/plate_purposes/013_lcm_triomics_plate_purposes.wip.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |