glasgowcompbio / ms2ldaviz

Substructural discovery in untargeted metabolomics data using LDA topic modelling.
http://ms2lda.org
MIT License
11 stars 8 forks source link

Fix for long spectra names #158

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago

The name column in the basicviz_document table, where mass spectra are stored has a max length of 64. The longest spectra name that @justinjjvanderhooft was using is 602 chars. Which caused the import to fail, this PR fixes that by increasing the max length of a document name and the metadata column.

Also adds memcached support to docker compose.