Skip to content

Commit

Permalink
Merge branch 'hotfix/2.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Mar 26, 2015
2 parents b450388 + 11b34a0 commit 0214ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/sequences/show.html.erb
Expand Up @@ -68,7 +68,7 @@
<th class="id">Uniprot ID</th>
<th class="organism">Organism</th>
<th class="ec">EC number</th>
<!--<th class="go">GO terms</th>-->
<th class="go">GO terms</th>
</tr></thead>
<% for entry in @entries do %>
<% unless entry.name.nil? %>
Expand All @@ -86,7 +86,7 @@
</td>
<td><%= link_to entry.name.name, "http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id="+entry.name.id.to_s, :target => "_blank" %></td>
<td><%= raw(entry.ec_cross_references.map{|ec| "<a href='http://enzyme.expasy.org/EC/"+ec.ec_id+"' target='_blank'>"+ec.ec_id+"</a>"}.join(", ")) %></td>
<!--<td><%= raw(entry.go_cross_references.map{|go| "<a href='http://amigo.geneontology.org/amigo/term/"+go.go_id+"' target='_blank'>"+go.go_id+"</a>"}.join(", ")) %></td>-->
<td><%= raw(entry.go_cross_references.map{|go| "<a href='http://amigo.geneontology.org/amigo/term/"+go.go_id+"' target='_blank'>"+go.go_id+"</a>"}.join(", ")) %></td>
</tr>
<% end %>
<% end %>
Expand Down
4 changes: 2 additions & 2 deletions config/application.rb
Expand Up @@ -54,9 +54,9 @@ class Application < Rails::Application
config.assets.paths << "#{Rails}/vendor/assets/fonts"

config.versions = {
:unipept => "2.5.1",
:unipept => "2.5.2",
:gem => "0.5.7",
:uniprot => "2014.05"
:uniprot => "2015.02"
}

config.api_host = "api.unipept.ugent.be"
Expand Down

0 comments on commit 0214ca1

Please sign in to comment.