Mercurial > repos > computational-metabolomics > mspurity_dimspredictpuritysingle
diff dbconfig.R @ 6:090775983be7 draft
"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2579c8746819670348c378f86116f83703c493eb"
author | computational-metabolomics |
---|---|
date | Thu, 04 Mar 2021 12:24:27 +0000 |
parents | e96082a25ff0 |
children |
line wrap: on
line diff
--- a/dbconfig.R Fri Nov 13 09:45:33 2020 +0000 +++ b/dbconfig.R Thu Mar 04 12:24:27 2021 +0000 @@ -1,9 +1,9 @@ -compoundDbType <- 'mysql' +compoundDbType <- "mysql" compoundDbPth <- NA -compoundDbName <- 'metab_compound' -compoundDbPort <- '3306' -compoundDbUser <- 'metab_compound' -compoundDbPass <- 'metab_compound' +compoundDbName <- "metab_compound" +compoundDbPort <- "3306" +compoundDbUser <- "metab_compound" +compoundDbPass <- "metab_compound" q_dbPth <- NA q_dbType <- NA