-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix datafile issues #73
Comments
The issue with Kasia's file: there were no values for some peptides in the second state. Since we assigned the ID when calculating deuterium uptake, there was no match to calculate differential deuterium uptake, because of different ID values. To solve this, I deleted the ID from the deuterium uptake calculations and left it in datasets and differential calculations, where is it needed. |
Magda's file has data for multiple proteins, and we did not test this scenario enough. Fixed. |
These cases should be covered by tests. |
There is a new issue for UI tests ( #74 ). The scenarios from this task are included in the main task, so this one is closed. |
Our users reported issues when uploading their files. This should be investigated and fixed.
The text was updated successfully, but these errors were encountered: