wejlab / animalcules

R shiny app for interactive microbiome analysis
https://wejlab.github.io/animalcules-docs/
Other
51 stars 16 forks source link

Biomarker names cannot handle spaces #39

Closed Zinthrow closed 5 years ago

Zinthrow commented 5 years ago

Biomarker page cannot handle genus and species names that are two names such as unclassifed genus such as "unclassified Veilonellaceae". Not a huge issue and can be handle beforehand with adding an "_" in place of the spaces, but it might help to automatically replace these characters or add a warning telling users to make this change beforehand to the taxonomy file.

Thanks, Alex

anfederico commented 5 years ago

Thanks for posting the issue, will look into this.

jasonzhao0307 commented 5 years ago

Already fixed in the newest commit. Thank you! @Zinthrow