-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug
The automated Bioscan library prep Submission button does not show on Lysate plates as it should when doing repeat runs.
This pipeline uses an automated submission configuration for starting Library prep at this point, and works fine on the first run.
To Reproduce
Steps to reproduce the behaviour:
- Perform a bioscan run (complete the run, you can use the bioscan integration suite test)
- Return to one of the Lysate plates
- You do not see the button to create a new Bioscan Library Prep Submission
Expected behaviour
You should see the 'Create Bioscan Library Prep Submission' button on Lysate plates when there is no 'active' submission.
Additional context
The Presenter sees the completed library submission with requests in state 'passed' as an 'active_submission'.
In the state machine the Submission progresses from building -> pending -> processing -> ready
But this state just refers to the creation of the submission (the state of the async job), not to the progress of the requests within the submission.
So you can have 2 submissions, one where the requests are passed (completed), and the other where they are pending, and both are state 'ready'.