-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msPurity.spectralMatching - sqllite db #49
Comments
Hi, sorry for the delay in reply - I have been away for a couple of weeks. This can be set here
So you have to manually update the toolshed code on the server. e.g. on our Bham servers this is located as follows (where
If you plan on using a local SQLite database just set the
Also note: Here is an example database derived from MoNA https://github.com/computational-metabolomics/msp2db/releases/tag/0.0.5 See the basic library schema here https://github.com/computational-metabolomics/msp2db/blob/master/msp2db/db.py#L21-L96 (but can include XCMS information as well) |
Hi, @Tomnl
Ping @yguitton Cheers |
Hi @lecorguille , Hi @Tomnl I was thinking of including the mona_nov_parsed_20181120122122.db made by Tom that is available here https://github.com/computational-metabolomics/msp2db/releases Would be really cool if the include database can be regularly updated with https://github.com/computational-metabolomics/msp2db Many thanks for your help and time |
@lecorguille I wasn't aware that I could use sqlite files for the "Data table" implementation. I thought it was only .loc files (i.e. text files?) |
Hi,
As admin of an instance, how can I provide the full sqllite database to my users ?
https://github.com/computational-metabolomics/mspurity-galaxy/blob/master/tools/msPurity/macros.xml#L119
Is there a data table mecanism?
The text was updated successfully, but these errors were encountered: