Proteobench / ProteoBench

ProteoBench is an open and collaborative platform for community-curated benchmarks for proteomics data analysis pipelines. Our goal is to allow a continuous, easy, and controlled comparison of proteomics data analysis workflows.
https://proteobench.readthedocs.io
Apache License 2.0
27 stars 7 forks source link

Fix that resets all datapoints #294

Closed RobbinBouwmeester closed 2 months ago

RobbinBouwmeester commented 2 months ago

Should also mean that we can revert these changes:

# TODO I have written a copy to a different variable as it is reset when meta data file is uploaded
# TODO this needs to change in the future!
submit_df = st.session_state[self.variables_dda_quant.all_datapoints_submission]
input_df = st.session_state[self.variables_dda_quant.input_df_submission]
result_performance = st.session_state[self.variables_dda_quant.result_performance_submission]