Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: include HTML snippet at the top/bottom of <body> #125

Open
lindenb opened this issue Feb 26, 2025 · 0 comments
Open

Feature request: include HTML snippet at the top/bottom of <body> #125

lindenb opened this issue Feb 26, 2025 · 0 comments

Comments

@lindenb
Copy link

lindenb commented Feb 26, 2025

Hi,
thank you for igv_reports, this is just a feature request: it would be nice to add a custom HTML snippet of code at the top (and bottom) of the <body> tag in order to customize the output.

something like

$ cat header.html
<div>
This is the interesting variant found by someone in the gene <a href="something">GENENAME</a>.
Click here <a href="localhost:8080/confirm?pos=chr1:123-456">to confirm the variant</a>.
</div>

$ cat footer.html
<div>
Generated by someone <img src="https://host/thelogo.png"/>
</div>


and then...

create_report  (...) \\
   --include-header  header.html \\
   --include-footer footer.html

thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant