File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ Note that anything you upload as `guest` will be available to other guest users.
18
18
19
19
<table id =" genomes " >
20
20
<tr >
21
- <th >File</th >
22
- <th >Type</th >
23
21
<th >Organism</th >
24
22
<!-- <th>Source</th> -->
25
23
<th >Common name</th >
24
+ <th >File</th >
25
+ <th >Type</th >
26
26
</tr >
27
27
{% for g in genomes | sort(attribute='organism') %}
28
28
<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>
31
29
<td><a href="{{g.url}}" target="_blank">{{g.organism}}</a></td>
32
30
<!-- <td>{{g.source}}</td> -->
33
31
<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>
34
34
</tr >
35
35
{% endfor %}
36
36
</table >
You can’t perform that action at this time.
0 commit comments