annotate dbconfig.R @ 14:1389e565f95e draft default tip

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