rust-bio / rust-bio-tools

A set of command line utilities based on Rust-Bio.
MIT License
182 stars 24 forks source link

fix: add popper in csv report #233

Closed thomasbtf closed 2 years ago

thomasbtf commented 2 years ago

Popper.js is needed for popovers in bootstrap (see https://getbootstrap.com/docs/4.1/components/popovers/).

It should be included in bootstrap.bundle.js. However, in our reports over at github.com/IKIM-Essen/uncovar the popovers do not work (e.g., see 1. Overview -> 1. Report in a report ). But if popper is included separately, the popovers are working.