snijderlab / annotator

An easy tool empowering everyone to annotate complex spectra
MIT License
5 stars 0 forks source link

Handle multiple raw files #20

Closed douweschulte closed 2 months ago

douweschulte commented 7 months ago

Have a way to handle having multiple raw files open at the same time. Think about how to select from where to load the spectrum to annotate.

douweschulte commented 4 months ago

Have a list of all active raw files each of them having their own input fields (index+scannumber). When a spectrum is selected (through index or number) this one is added to the list of active spectra and show below that raw file. For every active spectrum two buttons appear: delete (undoes the activation) and find peptide (finds a peptide with that scannumber, if possible). Annotation will merge all active spectra into one.

Potentially think about a way of previewing spectra, might be nice to very quickly see if that spectrum is the one you are searching for.

This hangs on the snijderlab/rustyms#13 as it needs spectrum merging.