-
Notifications
You must be signed in to change notification settings - Fork 37
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
Ability to jump out of cycling stage early #1
Comments
We don't have much dev documentation yet, but to deploy we basically run "gulp deploy" in the chaipcr directory, and then use the deploy.sh script passing the IP of your machine as an argument (like ./deploy.sh 10.0.x.x). May you explain more about why you want to skip out of stages in real time? |
Thanks, that sounds like a place to start! There are a couple of reasons to skip out of a stage. Say you're amplifying up a sequencing library, where over amplification can skew your library towards things that amplify more easily (GC bias, etc). In cases like this you want to watch the curves come up, so you have enough material, but stop amplifying before the curves saturate. I'm happy to take a go at putting this into the real time code and plumbing it up the main screen, |
And why do you want to skip out, as opposed to simply aborting the protocol early? |
We'd like to skip out instead of aborting so that any final extension step can be run (the next stage), and the library can be cooled to 4C (the final stage), stopping any additional activity. |
I see. We're thinking to implement a way to modify the number of cycles while an experiment is in progress. I think this will accommodate your use case, as well as people who wish after the fact they had specified more cycles. Will that work? |
Great, I think that would be a much more flexible solution. |
Ok, we will be adding this feature, it will probably take around 6 weeks. I'll re-purpose this issue for it. |
Just curious if there's any documentation on the deployment process -- we have a Chai RT machine and I'd love to add a couple basic features for skipping out of stages in real time.
The text was updated successfully, but these errors were encountered: