Mercurial > repos > cpt > cpt_annotation_table
view phageqc_report_annotation_table.tsv @ 2:6998c2570145 draft
planemo upload commit 852ac96ca53a2ffa0947e6df5e24671866b642f5
author | cpt |
---|---|
date | Sun, 23 Jul 2023 01:42:48 +0000 |
parents | 32e011fa615c |
children |
line wrap: on
line source
{% 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 %}