Librararies with very high molarity gives "Low molarity" warning in pooling wizard
— at Version 2
The current theory is that the high molarity results in such a small volume that when it is rounded to one decimal it gives 0.0 as the result. The subsequent calculations then overflows to a NaN
value due to a division by 0. See attached image.
A possible workaround is to increase the pool volume/lib but since it has an upper limit at 20µl it may not be enough in all cases.
Change History
(3)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Description: |
modified (diff)
|
(In [3314]) Fixes #779: Librararies with very high molarity gives "Low molarity" warning in pooling wizard
Changed the code so that the rounding is not done until after the mix factor has been calculated.