-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip(bcl-pipeline): initial work on bait capture library prep pipeline…
…. Adds pipeline and purposes
- Loading branch information
1 parent
0e43eb9
commit 7f9f8c5
Showing
7 changed files
with
112 additions
and
19 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
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,21 @@ | ||
--- | ||
# Bait Capture Library pipeline configuration | ||
Bait Capture Library: # Top of the pipeline (Library Prep) | ||
pipeline_group: Bait Capture Library | ||
filters: | ||
request_type_key: | ||
- limber_bait_capture_library_prep | ||
library_type: | ||
- RVI-BCL | ||
library_pass: | ||
- RVI Cap Lib Pool | ||
relationships: | ||
RVI Cherrypick: RVI RT | ||
RVI RT: RVI cDNA XP | ||
RVI cDNA XP: RVI Lib PCR | ||
RVI Lib PCR: RVI Lib PCR XP | ||
RVI Lib PCR XP: RVI Hyb | ||
RVI Hyb: RVI Cap Lib | ||
RVI Cap Lib: RVI Cap Lib PCR | ||
RVI Cap Lib PCR: RVI Cap Lib PCR XP | ||
RVI Cap Lib PCR XP: RVI Cap Lib Pool |
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,68 @@ | ||
RVI Cherrypick: | ||
:asset_type: plate | ||
:stock_plate: false | ||
:cherrypickable_target: true | ||
:input_plate: false | ||
:presenter_class: Presenters::PermissivePresenter | ||
|
||
RVI RT: | ||
:asset_type: plate | ||
:presenter_class: Presenters::PermissivePresenter | ||
|
||
RVI cDNA XP: | ||
:asset_type: plate | ||
:presenter_class: Presenters::PermissivePresenter | ||
|
||
RVI Lib PCR: | ||
:asset_type: plate | ||
:presenter_class: Presenters::PcrPresenter | ||
:creator_class: LabwareCreators::TaggedPlate | ||
# TODO: this is the full list of templates copied from WGS/ICS and should be reduced | ||
:tag_layout_templates: | ||
- Illumina pipeline tagging | ||
- 'Sanger_168tags - 10 mer tags in columns ignoring pools (first oligo: ATCACGTT)' | ||
- hWGS and RNAseq UDI tag layout v3 | ||
- pWGS UDI tag layout v2 A | ||
- pWGS UDI tag layout v2 B | ||
- pWGS UDI tag layout v2 C | ||
- pWGS UDI tag layout v2 D | ||
- TS_pWGSA_UDI96 | ||
- TS_pWGSB_UDI96 | ||
- TS_pWGSC_UDI96 | ||
- TS_pWGSC_UDI_tag60_61_swap | ||
- TS_pWGSD_UDI96 | ||
- TSRNAhWGS_UDI96 | ||
- TS_pWGSA_UDI96v2 | ||
- TSISC_UDI96 | ||
|
||
RVI Lib PCR XP: | ||
:asset_type: plate | ||
:default_printer_type: :plate_b | ||
:label_template: plate_xp | ||
:file_links: | ||
- name: 'Download Concentration (ng/ul) CSV for Custom Pooling' | ||
id: rvi_pcr_xp_concentrations_for_custom_pooling | ||
|
||
RVI Hyb: | ||
:asset_type: plate | ||
:default_printer_type: :plate_b | ||
:creator_class: LabwareCreators::BaitedPlate | ||
:csv_template: 'show_extended' | ||
|
||
RVI Cap Lib: | ||
:asset_type: plate | ||
:default_printer_type: :plate_b | ||
|
||
RVI Cap Lib PCR: | ||
:asset_type: plate | ||
:default_printer_type: :plate_b | ||
|
||
RVI Cap Lib PCR XP: | ||
:asset_type: plate | ||
:default_printer_type: :plate_b | ||
|
||
RVI Cap Lib Pool: | ||
:asset_type: plate | ||
:default_printer_type: :plate_b | ||
:creator_class: LabwareCreators::PlateWithTemplate | ||
:transfer_template: 'Pool wells based on submission' |
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
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
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
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