Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created May 25, 2011 09:12
Show Gist options
  • Save wchristian/990644 to your computer and use it in GitHub Desktop.
Save wchristian/990644 to your computer and use it in GitHub Desktop.
<div align='center'>
<br>
<br>
<table>
<tr>
<th>Interpro id</th>
[% FOR species IN species_list %]
<th>[% species %]</th>
[% END %]
</tr>
<tr>
<th>
[% combination %]
</th>
[% FOR result IN results %]
<td align='center'>
<a href="[% url_cgi %]/ipr2genomes.cgi?.state=details&type=[% operator %]&species=[% result.species %]&ipr_id=[% ipr_codes %]">
[% result.count %]
</a>
</td>
[% END %]
</tr>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment