Mercurial > repos > computational-metabolomics > mspurity_spectralmatching
comparison dbconfig.R @ 0:a8ab07c27338 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:20:23 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a8ab07c27338 |
|---|---|
| 1 compoundDbType <- "mysql" | |
| 2 compoundDbPth <- NA | |
| 3 compoundDbName <- "metab_compound" | |
| 4 compoundDbPort <- "3306" | |
| 5 compoundDbUser <- "metab_compound" | |
| 6 compoundDbPass <- "metab_compound" | |
| 7 | |
| 8 q_dbPth <- NA | |
| 9 q_dbType <- NA | |
| 10 q_dbHost <- NA | |
| 11 q_dbPort <- NA | |
| 12 q_dbUser <- NA | |
| 13 q_dbName <- NA | |
| 14 q_dbPass <- NA | |
| 15 | |
| 16 l_dbPth <- NA | |
| 17 l_dbType <- NA | |
| 18 l_dbHost <- NA | |
| 19 l_dbPort <- NA | |
| 20 l_dbUser <- NA | |
| 21 l_dbName <- NA | |
| 22 l_dbPass <- NA |
