You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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
and then...
thanks !
The text was updated successfully, but these errors were encountered: