Skip to content

Commit

Permalink
Merge branch 'develop' into pl_vcf2table
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenb committed Jan 17, 2025
2 parents 376bfb1 + d710299 commit d10fea6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/roh-viz
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ EOT
print {$fh} << "EOT";
</head>
<body>
<div id="chrViz00">
<input type="range" min="$$opts{bin_size}" max="2000000" step="$$opts{bin_size}" value="$$opts{bin_size}" oninput="this.nextElementSibling.value=this.value" onchange="update_slider(this)">
<output>$bin_size</output>
Expand All @@ -736,7 +737,8 @@ EOT

print {$fh} << "EOT";
$cmd
<body>
</body>
</html>
EOT

if ( exists($$opts{outfile}) )
Expand Down

0 comments on commit d10fea6

Please sign in to comment.