-
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.
Merge pull request #4511 from sanger/4402-y24-366-as-a-staff-scientis…
…t-i-would-like-to-have-a-separate-submission-for-the-new-bge-pipeline y24-336 - BGE Request Types and Submissions
- Loading branch information
Showing
4 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Plate purposes for BGE | ||
--- | ||
BGE Cherrypick: | ||
type: PlatePurpose::Input | ||
target_type: Plate | ||
default_state: passed | ||
stock_plate: false | ||
cherrypickable_target: true | ||
size: 96 | ||
BGE Lib XP2: | ||
target_type: Plate | ||
stock_plate: false | ||
size: 96 | ||
BGE Lib PCR XP: | ||
target_type: Plate | ||
stock_plate: false | ||
size: 96 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
BGE: | ||
selection_behaviour: SingleProduct |
37 changes: 37 additions & 0 deletions
37
config/default_records/request_types/020_limber_high_throughput_bge.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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
# Y24-366 | ||
limber_bge_pcr_free: | ||
asset_type: Well | ||
order: 1 | ||
request_class_name: IlluminaHtp::Requests::StdLibraryRequest | ||
billable: true | ||
product_line_name: Illumina-HTP | ||
name: Limber BGE PCR Free | ||
acceptable_purposes: | ||
- BGE Cherrypick | ||
library_types: | ||
- BGE | ||
# For moving PCR Free plates to ISC plates | ||
# e.g., BGE Lib XP2 -> BGE LIB PCR | ||
limber_bge_transition: | ||
asset_type: Well | ||
order: 1 | ||
billable: true | ||
product_line_name: Illumina-HTP | ||
name: Limber BGE Transition | ||
request_class_name: IlluminaHtp::Requests::StdLibraryRequest | ||
acceptable_purposes: | ||
- BGE Lib XP2 | ||
library_types: | ||
- BGE | ||
limber_bge_isc: | ||
asset_type: Well | ||
order: 1 | ||
billable: true | ||
product_line_name: Illumina-HTP | ||
name: Limber BGE ISC | ||
request_class_name: Pulldown::Requests::IscLibraryRequest | ||
acceptable_purposes: | ||
- BGE Lib PCR XP | ||
library_types: | ||
- BGE |
22 changes: 22 additions & 0 deletions
22
config/default_records/submission_templates/016_bge.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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Y24-366 | ||
Limber-Htp - BGE PCR Free: | ||
name: "Limber-Htp - BGE PCR Free" | ||
submission_class_name: "LinearSubmission" | ||
related_records: | ||
product_line_name: Illumina-HTP | ||
product_catalogue_name: BGE | ||
request_type_keys: ["limber_bge_pcr_free", "limber_multiplexing"] | ||
Limber-Htp - BGE ISC: | ||
name: "Limber-Htp - BGE ISC" | ||
submission_class_name: "LinearSubmission" | ||
related_records: | ||
product_line_name: Illumina-HTP | ||
product_catalogue_name: BGE | ||
request_type_keys: ["limber_bge_isc", "limber_multiplexing", "illumina_htp_novaseqx_paired_end_sequencing"] # Other request types? | ||
Limber-Htp - BGE Transition - Automated: | ||
name: "Limber-Htp - BGE Transition - Automated" | ||
submission_class_name: "AutomatedOrder" | ||
related_records: | ||
product_line_name: Illumina-HTP | ||
product_catalogue_name: BGE | ||
request_type_keys: ["limber_bge_transition"] # Other request types? |