annotate dbconfig.R @ 13:c43861c6924b draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 4f88143938cc198436c2691443832c87e2c31cd0
author tomnl
date Tue, 24 Sep 2019 08:00:36 -0400
parents 5dd61e94d70d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
1 compoundDbType <- 'mysql'
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
2 compoundDbPth <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
3 compoundDbName <- 'metab_compound'
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
4 compoundDbPort <- '3306'
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
5 compoundDbUser <- 'metab_compound'
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
6 compoundDbPass <- 'metab_compound'
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
7
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
8 q_dbPth <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
9 q_dbType <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
10 q_dbHost <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
11 q_dbPort <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
12 q_dbUser <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
13 q_dbName <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
14 q_dbPass <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
15
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
16 l_dbPth <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
17 l_dbType <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
18 l_dbHost <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
19 l_dbPort <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
20 l_dbUser <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
21 l_dbName <- NA
5dd61e94d70d planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
tomnl
parents:
diff changeset
22 l_dbPass <- NA