Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1976,6 +1976,26 @@
}
)

# For scRNA Core pipeline SPRI and PCR verification
custom_robot(
'hamilton-lrc-gem-x-5p-ge-ligxp-to-lrc-gem-x-5p-ge-pcr-2xp',
name: 'Hamilton LRC GEM-X 5p GE LigXP => LRC GEM-X 5p GE PCR 2XP',
beds: {
bed(7).barcode => {
purpose: 'LRC GEM-X 5p GE LigXP',
states: ['passed'],
label: 'Bed 7'
},
bed(10).barcode => {
purpose: 'LRC GEM-X 5p GE PCR 2XP',
states: ['pending'],
label: 'Bed 10',
target_state: 'passed',
parent: bed(7).barcode
}
}
)

# Robots for Chromium 10x pipeline 5p TCR route
custom_robot(
'hamilton-lbc-cherrypick-to-lbc-tcr-dil-1',
Expand Down
Loading