diff phageqc_report_annotation_table.tsv @ 1:32e011fa615c draft

planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
author cpt
date Wed, 26 Apr 2023 03:42:32 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phageqc_report_annotation_table.tsv	Wed Apr 26 03:42:32 2023 +0000
@@ -0,0 +1,8 @@
+{% for (record, dataset) in annotation_table_data %}
+# {% for col in annotation_table_col_names %}{{ col[0] }}	{% endfor %}
+{% for row in dataset %}
+
+{% for col in row %}
+{% if col is not string %}"{{ col | join }}"{% else %}{{ col }}{% endif %}	{% endfor %}
+{% endfor %}
+{% endfor %}