In the folder docu a parameter documentation file was created, listing all usable parameters.
This list mostly consists of input and output parameters.
We could use this repository to also update default values, which are net set correctly. They are currently annotated in the parameter documentation via ? and TODO
Additionally, i updated the bruker header extraction mechanism, which names the columns similar to the THERMO-Convention which is already used.
All have been updated to the correct name. In get_custom_columns_from_file_directly.nf i changed the name to raw_spectra, since both bruker and thermo can be added here.
This addresses #35 and #37.
In the folder
docu
a parameter documentation file was created, listing all usable parameters.This list mostly consists of input and output parameters.
We could use this repository to also update default values, which are net set correctly. They are currently annotated in the parameter documentation via
?
andTODO
Additionally, i updated the bruker header extraction mechanism, which names the columns similar to the THERMO-Convention which is already used.