diff --git a/templates/report.html b/templates/report.html index 50e0868b..b3ef054f 100644 --- a/templates/report.html +++ b/templates/report.html @@ -54,47 +54,37 @@
Data: {{data_label}}
- {% endfor %} -CRISPResso version: {{report_data['run_data']['running_info']['version']}}
-Run completed: {{report_data['run_data']['running_info']['end_time_string']}}
-Amplicon sequence:
{{report_data['run_data']['running_info']['args']['amplicon_seq']}}- {% if report_data['run_data']['running_info']['args']['guide_seq'] != '' %} -
Guide sequence:
{{report_data['run_data']['running_info']['args']['guide_seq']}}- {% endif %} -
Command used:
{{report_data['run_data']['running_info']['command_used']}}-
Parameters:
{{report_data['run_data']['running_info']['args_string']}}- -
Data: {{data_label}}
+ {% endfor %} +CRISPResso version: {{report_data['run_data']['running_info']['version']}}
+Run completed: {{report_data['run_data']['running_info']['end_time_string']}}
+Amplicon sequence:
{{report_data['run_data']['running_info']['args']['amplicon_seq']}}+ {% if report_data['run_data']['running_info']['args']['guide_seq'] != '' %} +
Guide sequence:
{{report_data['run_data']['running_info']['args']['guide_seq']}}+ {% endif %} +
Command used:
{{report_data['run_data']['running_info']['command_used']}}+
Parameters:
{{report_data['run_data']['running_info']['args_string']}}+ +