Mercurial > repos > computational-metabolomics > mspurity_purityx
diff dbconfig.R @ 0:3db32ffd33b0 draft default tip
"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2579c8746819670348c378f86116f83703c493eb"
author | computational-metabolomics |
---|---|
date | Thu, 04 Mar 2021 12:11:29 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbconfig.R Thu Mar 04 12:11:29 2021 +0000 @@ -0,0 +1,22 @@ +compoundDbType <- "mysql" +compoundDbPth <- NA +compoundDbName <- "metab_compound" +compoundDbPort <- "3306" +compoundDbUser <- "metab_compound" +compoundDbPass <- "metab_compound" + +q_dbPth <- NA +q_dbType <- NA +q_dbHost <- NA +q_dbPort <- NA +q_dbUser <- NA +q_dbName <- NA +q_dbPass <- NA + +l_dbPth <- NA +l_dbType <- NA +l_dbHost <- NA +l_dbPort <- NA +l_dbUser <- NA +l_dbName <- NA +l_dbPass <- NA