| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
We also need to point to the licenses of the three packages (BSD I think). Better not include those packages in the binary, but rather download them before the rendering. And then, in the HTML there should be links to the three packages github pages (where people can find the license). We can place these links into the vega embed menu: vega/vega-embed#156
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 82.96% 78.75% -4.22%
==========================================
Files 3 3
Lines 411 433 +22
==========================================
Hits 341 341
- Misses 70 92 +22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR introduces a new option --html that allows users to output the plot inserted into an otherwise plain html file like so:
cargo run -- -b ~/Downloads/HG00096.chrom11.ILLUMINA.bwa.GBR.low_coverage.20120522.bam -r ~/Downloads/hs37d5.fa -g 11:160400-161000 --html > plot.html
This PR also adds a link to an example of a generated plot so this also closes #2.