Skip to content

Commit e1a415e

Browse files
committed
rearrange genome columns
1 parent f396368 commit e1a415e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/genomes.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ Note that anything you upload as `guest` will be available to other guest users.
1818

1919
<table id="genomes">
2020
<tr>
21-
<th>File</th>
22-
<th>Type</th>
2321
<th>Organism</th>
2422
<!-- <th>Source</th> -->
2523
<th>Common name</th>
24+
<th>File</th>
25+
<th>Type</th>
2626
</tr>
2727
{% for g in genomes | sort(attribute='organism') %}
2828
<tr class="genomeblock">
29-
<td><a href="#" onclick="repl_autorun([' {{g.loadfn | escape}}'], clear_first=false)">{{g.basename}}</a></td>
30-
<td>{{g.type}}</td>
3129
<td><a href="{{g.url}}" target="_blank">{{g.organism}}</a></td>
3230
<!-- <td>{{g.source}}</td> -->
3331
<td>{{g.commonname}}</td>
32+
<td><a href="#" onclick="repl_autorun([' {{g.loadfn | escape}}'], clear_first=false)">{{g.basename}}</a></td>
33+
<td>{{g.type}}</td>
3434
</tr>
3535
{% endfor %}
3636
</table>

0 commit comments

Comments
 (0)