girke-lab / ChemmineR-git-svn-bridge

This is defunct, now replaced with https://github.com/girke-lab/ChemmineR
2 stars 6 forks source link

findCompoundsByName bug #36

Open TylerBackman opened 8 years ago

TylerBackman commented 8 years ago

If a query contains compounds not in the database and allowMissing=T, it will return NAs in the missing spots if some compounds exist, but will return a zero length data.frame if none of the compounds exist. It should be updated to return an all NAs vector of the query length if none of the queries exist.