-
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
adding a new plate purpose for multiplexed sequencing submissions, to avoid FC #2120
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
401f5fe
adding a new plate purpose for multiplexed sequencing submissions, to…
sabrine33 7902931
run prettier
sabrine33 2dd13f5
Merge branch 'develop' of https://github.com/sanger/limber into Y24-3…
sabrine33 cb1230e
remove unecessary pipelines for the library plate stock plate purpose
sabrine33 b8a6778
Merge branch 'develop' of https://github.com/sanger/limber into Y24-3…
sabrine33 ac39939
update pick function to accept unknown well state
sabrine33 dfa67c7
Merge branch 'develop' of https://github.com/sanger/limber into Y24-3…
sabrine33 d731c98
move the new purpose to a new separate "multiplexing" pipeline
sabrine33 e2b80c7
Merge branch 'develop' of https://github.com/sanger/limber into Y24-3…
sabrine33 cf1240c
Merge remote-tracking branch 'origin/develop' into Y24-307-new-plate-…
sabrine33 4c02075
Merge branch 'develop' into Y24-307-new-plate-purpose
yoldas e4bbf24
Merge branch 'develop' into Y24-307-new-plate-purpose
yoldas 10affa3
Merge branch 'develop' into Y24-307-new-plate-purpose
sabrine33 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
This file contains 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
This file contains 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,8 @@ | ||
Multiplexing: | ||
pipeline_group: Multiplexing | ||
filters: | ||
request_type_key: | ||
- limber_multiplexing | ||
relationships: | ||
Library Stock Plate: LB Lib Pool #These are supplied as ready-made libraries and enter the pipeline at this point. | ||
LB Lib Pool: LB Lib Pool Norm |
This file contains 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,8 @@ | ||
# A plate provided as ready-made libraries. | ||
# These used to be imported as Stock Plates and then 'fake cherrypicked' onto 'LB Lib PCR XP', which were allowed down the multiplexing pipelines. | ||
# Now, they can be imported and submitted as this more accurate plate purpose. | ||
Library Stock Plate: | ||
:asset_type: plate | ||
:stock_plate: true | ||
:input_plate: true | ||
:presenter_class: Presenters::StockPlatePresenter |
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.
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.
Needed because when the multiplexing pipeline starts with a stock plate (rather than a cherrypick plate, or one coming from a library prep pipeline), the wells are of state 'unknown'