gi-kent-content / hca-tuatara

A little python-based web site for helping the wranglers and others track incoming single cell projects as they are brought into HCA. The Tuatara has an extra eye which comes in handy in this project.
MIT License
2 stars 1 forks source link

COVID-19 dashboard: for array data, break line #28

Closed claymfischer closed 4 years ago

claymfischer commented 4 years ago

Array data is often separated with a comma. This doesn't always make sense, for example consider: fischer,clay and sullivan,william being printed as fischer,clay,sullivan,william. For now we can use <br /> to separate array data.

There is a chance that some arrays will contain a many values. For now we'll assume it's rare enough to not be a concern.

willrockout commented 4 years ago

@claymfischer This has been implemented for the covid19 lab's field. I have built-in logic so that labs are truncated to just 2 and you won't see a popover unless there are more than 2 labs.

claymfischer commented 4 years ago

Thank you!