scholl-lab / plasmicheck

Detect and quantify plasmid DNA contamination in sequencing data
MIT License
0 stars 0 forks source link

Feature request: Add Favicon to HTML Output #53

Open berntpopp opened 2 months ago

berntpopp commented 2 months ago

Description:

The HTML report currently lacks a favicon, which would improve the visual appeal of the report when viewed in a browser.

Tasks:

  1. Design or Select a Favicon:

    • Create or choose a small image (16x16 or 32x32 pixels) to serve as the favicon.
  2. Update HTML Template:

    • Add a <link rel="icon" type="image/png" href="path/to/favicon.png"> tag to the <head> section of the HTML template.
  3. Test:

    • Ensure the favicon appears correctly in the browser tab when the report is opened.

Acceptance Criteria: