NAL-i5K / genomics-workspace

Django website project for common sequence search tools.
http://genomics-workspace.readthedocs.io/
Other
17 stars 5 forks source link

Problems with multiple space characters in organism name #333

Open mpoelchau opened 3 years ago

mpoelchau commented 3 years ago

Technically we allow multiple spaces in the organism name to accommodate sub-species, e.g. Diabrotica virgifera virgifera. However, this causes the database files on the right in the query page not to display. Switching the display_name in app_organism to Diabrotica virgifera fixed the problem.