Mercurial > repos > computational-metabolomics > mspurity_purityx
diff dbconfig.R @ 0:a141be614e76 draft
"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit cb903cd93f9378cfb5eeb68512a54178dcea7bbc-dirty"
author | computational-metabolomics |
---|---|
date | Wed, 27 Nov 2019 12:41:53 -0500 |
parents | |
children | 6b9a83e08467 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbconfig.R Wed Nov 27 12:41:53 2019 -0500 @@ -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