-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Y24 335 updating flowcel types and library types #2062
Changes from all commits
65ca854
21d4f7d
796570d
892dbbf
6aead60
2cbde8a
b3fa7af
b5d5fe5
896d17a
453a1fc
721181c
4af660f
4b4ab20
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
Bespoke PCR HiC: | ||
pipeline_group: Bespoke PCR HiC | ||
filters: | ||
request_type_key: | ||
- limber_hic # Have to move this into a the new pipeline config when HiC pipeline is implemented (Y24-335). | ||
library_type: | ||
- ChIP-Seq Auto | ||
- Chromium single cell HTO | ||
- Chromium single cell surface protein | ||
- Chromium single cell surface protein HT | ||
- Chromium Visium | ||
- Chromium Visium FFPE | ||
- Manual Chromium single cell 3 prime v3 | ||
- Manual Chromium single cell 3 prime HT v3 | ||
- Manual Chromium single cell 5 prime v2 | ||
- Manual Chromium single cell 5 prime HT v2 | ||
- emSEQ | ||
- Haplotagging | ||
- Hi-C | ||
- Hi-C - Arima v1 | ||
- Hi-C - Arima v2 | ||
- Hi-C - Dovetail | ||
- Hi-C - OmniC | ||
- Hi-C - Qiagen | ||
- Manual Standard WGS (Plate) | ||
- Ribozero RNA depletion | ||
- Ribozero RNA-seq (Bacterial) | ||
- Ribozero RNA-seq (HMR) | ||
- RNA-seq dUTP eukaryotic | ||
- RNA-seq dUTP prokaryotic | ||
- Small RNA (miRNA) | ||
- Standard | ||
- TraDIS | ||
- TruSeq mRNA (RNA Seq) | ||
- SGE Library v0.2 | ||
library_pass: LBB Lib PCR-XP | ||
relationships: | ||
Stock Plate: LBB Ligation | ||
LBB Cherrypick: LBB Ligation | ||
LBC Cherrypick: LBB Ligation | ||
LBB Ligation: LBB Lib PCR-XP |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,7 @@ | |
label_templates_by_service: 'tube_label_template_1d', | ||
labels: [{ 'label' => { 'barcode' => '12345', 'test_attr' => 'test' } }], | ||
labels_sprint: { | ||
sprint: { | ||
'extra_right_text' => 'some x right text', | ||
'extra_left_text' => 'some x left text' | ||
} | ||
sprint: [{ 'extra_right_text' => 'some x right text', 'extra_left_text' => 'some x left text' }] | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this changed to an array? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. |
||
number_of_copies: 1 | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to take this out of
Bespoke PCR
pipeline config to makelimber_hic
WIP-able.