rickhelmus / patRoon

Workflow solutions for mass-spectrometry based non-target analysis.
https://rickhelmus.github.io/patRoon/
GNU General Public License v3.0
58 stars 17 forks source link

Error: newProject(): Loading suspect list for one ionization #69

Closed LeonSaal closed 1 year ago

LeonSaal commented 1 year ago

Hi Rick,

when trying to load a single suspect list in process.R, the lines...

# Load suspect list
varBase <- read.csv(...

...are added, while it should be...

# Load suspect list
suspList <- read.csv(...

...so that later function calls work. I think in the following snippet, the second line should lose the quotes. https://github.com/rickhelmus/patRoon/blob/440484dd24522b24f4676d32eb0b2012c9de4165/R/project-tool.R#L202-L203

Kind regards,

Leon

rickhelmus commented 1 year ago

Should be fixed now, thanks again!