-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rerun of i2MassChroQ on Ion Level module fails #459
Comments
Hi Julia, Not entirely sure, but is the input_df.csv direct output of i2MassChroQ? There are multiple files you should be able to retrieve via the download, not all of them are direct outputs of the tool. Some of the files are formatted intermediates by ProteoBench. |
It's either that or the params.csv or result_performance.csv. The direct input is not available, at least through the interface. If it is an intermediate format, we should make sure it loads the same way as the original input, especially for testing and rerunning of benchmarks. |
Unfortunately it does not load intermediate files, and I do not think we should support that via de webinterface. We should however support downloading of the raw input files. @julianu is this currently not possible? |
This relates to #458? |
All data, that is stored on the server, can be downloaded via: For the DDA modules, also the download function works, as far as I see. Edit: |
Regarding putting it in the documentation also see the other issue: #457 |
In my opinion it would be better to run it from the raw input. So, as mentioned before there is no need to run it from the input_df.csv. Main reason is that if we change anything in the parsing we will not be able to re-use the results. |
II may be wrong but I think that "input_df" is the raw input. |
"input_df" is unfortunately not the raw input. See: https://proteobench.cubimed.rub.de/datasets/ |
Should be mostly fixed in #462 |
Only thing left is to zip files when storing. |
Is done and released in v0.5.5 |
Describe the bug
Downloading the input_df.csv from the Public runs and reloading that as new data raises an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should reproduce the results generated from the original input made to create the public run.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: