Skip to content
Snippets Groups Projects
Commit 4756ea45 authored by ermueller's avatar ermueller
Browse files

Warning message in gatherData avoided

parent 73186481
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@ gatherData <- function(id)
# Actually retrieve data from CTS (see the webaccess scripts)
infos <- getCtsRecord(inchikey_split)
if(infos == "Sorry, we couldn't find any matching results")
if(infos[1] == "Sorry, we couldn't find any matching results")
dataUsed <- "dbname"
else
dataUsed <- "smiles"
......
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