MassBank / RMassBank

Playground for experiments on the official http://bioconductor.org/packages/devel/bioc/html/RMassBank.html
Other
12 stars 15 forks source link

Modularization of annotation tags #299

Open meowcat opened 2 years ago

meowcat commented 2 years ago

Related to #298, after discussion with @tsufz:

The current RMassBank is somewhat hardcoded as to

We have some rather workaroundy code to add more comment fields and to add some extra tags from the ini file (but not from the infolist).

We are getting more cases where other tags are desired. For example, I just helped a user who wanted CCS and RT imported from infolist.

This could be simplified with:

If the YAML has all tags in the correct order, it can also serve as a template to reorder the tags before writing out the file.

Not handled by this proposal:

Comments?