We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One can change via sed or awk the following line from
sed
awk
<div id="htmlwidget-f6c6b982908bd2088de7" class="chromoMap html-widget" style="width:960px;height:500px;">
to
<div id="htmlwidget-f6c6b982908bd2088de7" class="chromoMap html-widget" style="width:960px;height:500px;overflow:auto;">
Thus, we don't need to reduce the number of plotted contigs or split them. Compare also with implementation in WtP.
The text was updated successfully, but these errors were encountered:
ChromoMap is also implemented here which might help for adjustments
Sorry, something went wrong.
hoelzer
No branches or pull requests
One can change via
sed
orawk
the following line fromto
Thus, we don't need to reduce the number of plotted contigs or split them. Compare also with implementation in WtP.
The text was updated successfully, but these errors were encountered: