Skip to content

Commit

Permalink
added qtip with gene info on specificity results page
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Sep 13, 2017
1 parent b9d5cce commit 553e7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planet/templates/search_specific_profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ <h1><em>{{species.name}}</em> profiles specific for <strong>{{condition}}</stron
{% for r in results %}
{% if r.profile.sequence %}
<tr>
<td><a href="{{url_for('sequence.sequence_view', sequence_id=r.profile.sequence.id)}}">{{ r.profile.sequence.name }}</a></td>
<td><a href="{{url_for('sequence.sequence_view', sequence_id=r.profile.sequence.id)}}" class="qtip_tooltip"
qtip_href="{{ url_for('sequence.sequence_tooltip', sequence_id=r.profile.sequence_id) }}">{{ r.profile.sequence.name }}</a></td>
<td>{{ r.condition }}</td>
<td>{{ r.score|round(2) }}</td>
<td>{{ r.entropy|round(2) }}</td>
Expand Down

0 comments on commit 553e7c0

Please sign in to comment.