alphapept
alphapept copied to clipboard
RAW files required, even when already processed in HDF
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.
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
Quick fix is the solution for this for now.