Skip to content

Commit

Permalink
Merge pull request #2039 from sanger/develop
Browse files Browse the repository at this point in the history
[automated] Merge Develop into Master
  • Loading branch information
BenTopping authored Nov 5, 2024
2 parents 75ebc86 + 4dc0334 commit 2704fed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.62.0
3.63.0
5 changes: 4 additions & 1 deletion app/models/labware_creators/baited_plate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ def plate

def bait_library_layout_preview
@bait_library_layout_preview ||=
Sequencescape::Api::V2::BaitLibraryLayout.preview(plate_uuid: parent_uuid, user_uuid: user_uuid).first.layout
Sequencescape::Api::V2::BaitLibraryLayout
.preview(plate_uuid: parent_uuid, user_uuid: user_uuid)
.first
.well_layout
end

def create_labware!
Expand Down
1 change: 1 addition & 0 deletions config/pipelines/high_throughput_rvi_bcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RVI Bait Capture Library: # Top of the pipeline (Library Prep)
filters:
request_type_key:
- limber_bait_capture_library_prep
- limber_reisc # Typically this should occur on RVI Lib PCR XP
library_type:
- RVI-BCL
library_pass:
Expand Down
2 changes: 1 addition & 1 deletion spec/factories/bait_library_layout_factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# For example:
# { 'A1' => 'Human all exon 50MB', 'B1' => 'Human all exon 50MB',
# 'C1' => 'Mouse all exon', 'D1' => 'Mouse all exon'}
layout do
well_layout do
wells = WellHelpers.column_order.dup
pools.each_with_object({}) { |pool, hash| wells.shift(pool[:size]).each { |well| hash[well] = pool[:bait] } }
end
Expand Down

0 comments on commit 2704fed

Please sign in to comment.