James Glover
James Glover
Ahh, I'm wondering if this is where out mysterious concentrations without QC results are comming from...
Things to consider: 1) We may have different levels of confidence in a user's session (eg. swipecard vs 2-factor) 2) Consider shared computers, session length and friction 3) Shared architecture,...
Worth considering if we can backport the solution to, say, API V1 without breaking existing authorization
https://github.com/sanger/sequencescape/issues/3392
Experimental branch: https://github.com/JamesGlover/sequencescape/tree/experiment_proxy_removal Repeated here for visibility.
To you have a full payload that was causing the issue? The validation error sounds like a sensible one so it would be good to know if: 1) Its triggering...
From an example I found `Receptacle.find(61764326)` it looks like chromium libraries, in a 'LB Lib PCR-XP' plate. This is *not* a stock resource, so we shouldn't be generating a stock...
Ahh, so the 'LB Lib PCR-XP' was originally picked as a stock plate, and was then converted. So we had a non-stock resource placed in a stock plate, and generated...
Ahh, starts here: https://github.com/sanger/sequencescape/blob/e768cecd5f6b03254a68fdb76e662a3758765419/app/models/cherrypick_pipeline.rb#L35 And ultimately handled here: https://github.com/sanger/sequencescape/blob/01815b18752803118beaf7a8a833764967f380e3/app/models/messenger_creator.rb#L3 Little tricky, as the code also handles broadcast of fluidigm plates. Could be a case of letting the `Messenger`'s validate themselves,...
Duplicated in: https://github.com/sanger/sequencescape/issues/3166