Skip to content

Commit

Permalink
Fix pooled and WGS (WGS uses multiReport.html)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 committed Mar 21, 2024
1 parent 7959307 commit 304f6f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoReports/CRISPRessoReport.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def fill_default(dictionary, key, default_type=list):
'titles': summary_plots['titles'],
'labels': summary_plots['labels'],
'datas': summary_plots['datas'],
'htmls': summary_plots['htmls'],
'htmls': summary_plots['htmls'] if 'htmls' in summary_plots else [],
'crispresso_data_path': crispresso_data_path,
},
run_names=run_names,
Expand Down
2 changes: 0 additions & 2 deletions CRISPResso2/CRISPRessoReports/templates/multiReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,4 @@ <h5>Summary Plots</h5>
{% endblock %}

{% block foot %}
<script src="https://unpkg.com/d3@5"></script>
{{ render_partial('shared/partials/batch_d3.html', nucleotide_quilt_slugs=(window_nuc_pct_quilts + nuc_pct_quilts))}}
{% endblock %}

0 comments on commit 304f6f1

Please sign in to comment.