Skip to content
Snippets Groups Projects
Commit 40152eef authored by uchem-massbank's avatar uchem-massbank
Browse files

catch the case in CTS where 2 IUPAC names exist

parent eb7bdb76
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ gatherData <- function(id)
}
else
{
iupacName <-infos$synonyms[[ipreferred]][["name"]]
iupacName <-infos$synonyms[[ipreferred[[1]]]][["name"]]
}
# Eliminate duplicate names from our list of 3
names <- as.list(unique(c(dbname, iupacName)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment