-
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 #4318 from sanger/4288-y24-266---lcm-triomics-pipe…
…line-configuration-and-integration-test-for-emseq-branch Y24-266 LCM Triomics pipeline configuration and integration test for EMSeq branch
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Plate purposes for LCM Triomics WGS and EMSeq | ||
--- | ||
LCMT Lysate: | ||
type: PlatePurpose::Input | ||
stock_plate: true | ||
cherrypickable_target: false |
3 changes: 3 additions & 0 deletions
3
config/default_records/product_catalogues/013_lcm_triomics_catalogue.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,3 @@ | ||
--- | ||
LCM Triomics: | ||
selection_behaviour: SingleProduct |
14 changes: 14 additions & 0 deletions
14
config/default_records/request_types/018_limber_lcm_triomics_request_types.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,14 @@ | ||
# Request types for LCM Triomics WGS and EMSeq | ||
--- | ||
limber_lcm_triomics_emseq: | ||
name: LCM Triomics EMSeq | ||
asset_type: Well | ||
order: 1 | ||
request_class_name: IlluminaHtp::Requests::StdLibraryRequest | ||
for_multiplexing: false | ||
billable: true | ||
product_line_name: Short Read | ||
acceptable_purposes: | ||
- LCMT Lysate | ||
library_types: | ||
- LCM Triomics EMSeq |
9 changes: 9 additions & 0 deletions
9
config/default_records/submission_templates/014_lcm_triomics_submission_templates.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,9 @@ | ||
# Submission templates for LCM Triomics WGS and EMSeq | ||
--- | ||
# LCM Triomics EMSeq submission template | ||
Limber-Htp - LCM Triomics EMSeq: | ||
submission_class_name: "LinearSubmission" | ||
related_records: | ||
request_type_keys: ["limber_lcm_triomics_emseq"] | ||
product_line_name: LCM Triomics | ||
product_catalogue_name: LCM Triomics |