alphapept icon indicating copy to clipboard operation
alphapept copied to clipboard

RAW files required, even when already processed in HDF

Open swillems opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Cannot start an anlysis from an HDF file without raw data, even if the raw data has already been converted and feature finding was already performed.

Describe the solution you'd like An HDF file with raw data should suffice for (re)analysis, without needing to copy the raw data.

swillems avatar Jul 16 '21 15:07 swillems

Good point. There is a quick fix by creating a dummy file with the same name, this should work (e.g. touch rawfile.raw).

Edit: The dummy file should have the original raw ending minus the .ms_data.hdf.

testfile.ms_data.hdf -> testfile.raw

straussmaximilian avatar Jul 16 '21 15:07 straussmaximilian

Quick fix is the solution for this for now.

straussmaximilian avatar Oct 23 '22 16:10 straussmaximilian