annotate dbconfig.R @ 14:1f74d9d92834 draft

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