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.
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.