Skip to content

Commit

Permalink
Use V2 for the parents in pooled_tubes_from_whole_plates
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjmchattie committed Jan 13, 2025
1 parent b6914d8 commit 7f3646b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def available_plates
end

def parents
@parents ||=
api.search.find(Settings.searches['Find assets by barcode']).all(Limber::BarcodedAsset, barcode: barcodes)
@parents ||= Sequencescape::API::V2::Labware.find(barcode: barcodes).all
end

def parents_suitable
Expand Down

0 comments on commit 7f3646b

Please sign in to comment.