diff --git a/app/views/sequences/show.html.erb b/app/views/sequences/show.html.erb index 7a71e4d52..c1efc4970 100644 --- a/app/views/sequences/show.html.erb +++ b/app/views/sequences/show.html.erb @@ -68,7 +68,7 @@ Uniprot ID Organism EC number - + GO terms <% for entry in @entries do %> <% unless entry.name.nil? %> @@ -86,7 +86,7 @@ <%= 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" %> <%= raw(entry.ec_cross_references.map{|ec| ""+ec.ec_id+""}.join(", ")) %> - + <%= raw(entry.go_cross_references.map{|go| ""+go.go_id+""}.join(", ")) %> <% end %> <% end %> diff --git a/config/application.rb b/config/application.rb index 656a2e809..fe191e19f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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"