comparison 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
comparison
equal deleted inserted replaced
0:6a4d1bd8ac1d 1:32e011fa615c
1 {% for (record, dataset) in annotation_table_data %}
2 # {% for col in annotation_table_col_names %}{{ col[0] }} {% endfor %}
3 {% for row in dataset %}
4
5 {% for col in row %}
6 {% if col is not string %}"{{ col | join }}"{% else %}{{ col }}{% endif %} {% endfor %}
7 {% endfor %}
8 {% endfor %}