MassBank / RMassBank

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

Make compound list workspace-local #357

Open meowcat opened 2 months ago

meowcat commented 2 months ago

For no good reason, the compound list is global. Change this such that a compound list may be loaded into a workspace rather than the hidden, global env. All functions getting compound list data will accept an optional w argument, trying to get the info from the workspace rather than from global env.