Mercurial > repos > cpt > cpt_annotation_table
annotate phageqc_report_annotation_table.tsv @ 7:848dd74f4382 draft default tip
planemo upload commit 719355d46f8a7f4303abc5b03e781a2c410df406-dirty
author | cpt |
---|---|
date | Fri, 24 May 2024 05:04:09 +0000 |
parents | 32e011fa615c |
children |
rev | line source |
---|---|
1
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
1 {% for (record, dataset) in annotation_table_data %} |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
2 # {% for col in annotation_table_col_names %}{{ col[0] }} {% endfor %} |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
3 {% for row in dataset %} |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
4 |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
5 {% for col in row %} |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
6 {% if col is not string %}"{{ col | join }}"{% else %}{{ col }}{% endif %} {% endfor %} |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
7 {% endfor %} |
32e011fa615c
planemo upload commit edc74553919d09dcbe27fcadf144612c1ad3a2a2
cpt
parents:
diff
changeset
|
8 {% endfor %} |