-
Notifications
You must be signed in to change notification settings - Fork 8
Y26-088 - [PR] Library Prep from Ultima UG200 (support new tags and add UG200 automated submission) #2763
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
Merged
yoldas
merged 9 commits into
develop
from
y26-088-library-prep-from-ultima-ug200-support-new-tags-and-add-ug200-automated-submission
Apr 13, 2026
Merged
Y26-088 - [PR] Library Prep from Ultima UG200 (support new tags and add UG200 automated submission) #2763
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
b86f671
add pipeline, purpose, and robot config for Ultima UG200
yoldas dd33913
Prettier
yoldas 666c545
refactor(pipelines): rename ultima pipeline to ug200 variant
yoldas 04f99cb
feat(purposes): update tag layout, P4 to UG-RD-1916 (Solaris 2.0 V1 P…
yoldas 2857864
docs(robots): standardize UG200 bed verification comments
yoldas 5d4f5ec
fix(config): set wafer_size to 10Tb and ot_recipe to Free for UPF2 Ba…
yoldas 5a20a03
fix(config): update pipeline names with UG200; keep request and libra…
yoldas 8ab5806
feat(config): update request type keys in UG200 pipeline filters
yoldas 2bba8c7
fix(config): update Ultima UG200 sequencing Automated option to 10TB
yoldas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
config/pipelines/ultima_ug200_high_throughtput_pcr_free.wip.yml
This file contains hidden or 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,28 @@ | ||
| --- | ||
| # Ultima UG200 PCR Free Pipeline | ||
| Ultima UG200 High Throughput PCR Free: | ||
| pipeline_group: Ultima UG200 High Throughput PCR Free | ||
| filters: | ||
| request_type_key: limber_ultima_ug200_htp_pcr_free | ||
| library_type: | ||
| - Ultima High Throughput PCR Free 96 # same as UG100 | ||
| library_pass: UPF2 Lib XP2 | ||
| relationships: | ||
| UPF2 Cherrypicked: UPF2 Shear | ||
| UPF2 Shear: UPF2 Post Shear | ||
| UPF2 Post Shear: UPF2 End Prep | ||
| UPF2 End Prep: UPF2 Lib | ||
| UPF2 Lib: UPF2 Lib XP2 | ||
| Ultima UG200 Multiplexing: | ||
| pipeline_group: Ultima UG200 High Throughput PCR Free | ||
| filters: | ||
| request_type_key: | ||
| - limber_multiplexing_ultima_ug200 | ||
| relationships: | ||
| UPF2 Lib XP2: UPF2 EqVol Pool | ||
| UPF2 EqVol Pool: UPF2 EqVol Norm | ||
| Ultima UG200 Balancing: | ||
| pipeline_group: Ultima UG200 High Throughput PCR Free | ||
| relationships: | ||
| UPF2 Lib XP2: UPF2 Balanced Pool | ||
| UPF2 Balanced Pool: UPF2 Balanced Norm | ||
This file contains hidden or 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,76 @@ | ||
| --- | ||
| # Ultima UG200 PCR Free Pipeline purposes | ||
| UPF2 Cherrypicked: | ||
| :asset_type: plate | ||
| :stock_plate: true | ||
| :cherrypickable_target: true | ||
| :input_plate: true | ||
| :default_printer_type: :plate_a | ||
| :presenter_class: Presenters::StockPlatePresenter | ||
| UPF2 Shear: | ||
| :asset_type: plate | ||
| UPF2 Post Shear: | ||
| :asset_type: plate | ||
| UPF2 End Prep: | ||
| :asset_type: plate | ||
| :default_printer_type: :ultima_lib_plate | ||
| UPF2 Lib: | ||
| :asset_type: plate | ||
| :presenter_class: Presenters::StandardPresenter | ||
| :creator_class: LabwareCreators::TaggedPlate | ||
| :tag_layout_templates: | ||
| - 'Ultima P3' | ||
| - 'UG-RD-1916 (Solaris 2.0 V1 PCR-Free Adapters for Ultima Genomics P4)' | ||
| :default_printer_type: :ultima_lib_plate | ||
| UPF2 Lib XP2: | ||
| :asset_type: plate | ||
| :manual_transfer: | ||
| states: | ||
| - 'pending' | ||
| :default_printer_type: :plate_xp2 | ||
| UPF2 EqVol Pool: | ||
| :asset_type: tube | ||
| :target: StockMultiplexedLibraryTube | ||
| :type: IlluminaHtp::InitialStockTubePurpose | ||
| :creator_class: LabwareCreators::PooledTubesBySubmission | ||
| :presenter_class: | ||
| name: Presenters::SimpleTubePresenter | ||
| args: | ||
| downstream_mx_tube: | ||
| child_tube_purposes_to_limit: | ||
| - 'UPF2 EqVol Norm' | ||
| :default_printer_type: :ultima_balanced_tube | ||
| UPF2 EqVol Norm: | ||
| :asset_type: tube | ||
| :target: MultiplexedLibraryTube | ||
| :type: IlluminaHtp::MxTubePurpose | ||
| :creator_class: LabwareCreators::TubeFromTube | ||
| :presenter_class: Presenters::FinalTubePresenter | ||
| :default_printer_type: :ultima_balanced_norm_tube | ||
| UPF2 Balanced Pool: | ||
| :asset_type: tube | ||
| :type: IlluminaHtp::InitialStockTubePurpose | ||
| :creator_class: LabwareCreators::BalancedPooledTube | ||
| :target: LibraryTube | ||
| :number_of_parent_labwares: 1 | ||
| :transfer_template: 'Whole plate to tube' | ||
| :presenter_class: Presenters::SimpleTubePresenter | ||
| :default_printer_type: :ultima_balanced_tube | ||
| :file_links: | ||
| - name: 'Download balanced Library Pooling file' | ||
| id: 'ultima_balancing' | ||
| UPF2 Balanced Norm: | ||
| :asset_type: tube | ||
| :type: IlluminaHtp::StockTubePurpose | ||
| :default_printer_type: :ultima_balanced_norm_tube | ||
| :creator_class: LabwareCreators::TubeFromTube | ||
| :presenter_class: Presenters::SubmissionTubePresenter | ||
| :submission_options: | ||
| Ultima Sequencing - Automated Submission: | ||
| template_name: 'Limber-Htp - Ultima PCR Free - Ultima UG200 sequencing Automated' | ||
| allowed_extra_barcodes: false | ||
| request_options: | ||
| ot_recipe: Free | ||
| fragment_size_required_from: 300 | ||
| fragment_size_required_to: 400 | ||
| wafer_size: 10TB |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.