Open JuliaS92 opened 8 hours ago
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: https://proteobench.cubimed.rub.de/datasets/ (maybe someone should put this into the docs?)
For the DDA modules, also the download function works, as far as I see. I am not entirely sure whether the "df_input.csv" is the "raw", I just link everything that is stored right now.
Edit: DIA has a bug right now... I will fix this.
Regarding putting it in the documentation also see the other issue: https://github.com/Proteobench/ProteoBench/issues/457 For rerunning all datasets we need to be able to rerun from the input_df.csv files, if those are the only ones automatically generated.
Regarding putting it in the documentation also see the other issue: #457 For rerunning all datasets we need to be able to rerun from the input_df.csv files, if those are the only ones automatically generated.
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.
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):