From 3b61cd62e2fefcc4b724c1b840517538d56d4ca3 Mon Sep 17 00:00:00 2001 From: tibvdm Date: Mon, 15 Apr 2024 22:55:54 +0200 Subject: [PATCH] test --- app/controllers/mpa/pept2data_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/mpa/pept2data_controller.rb b/app/controllers/mpa/pept2data_controller.rb index b993d20..c1665f6 100644 --- a/app/controllers/mpa/pept2data_controller.rb +++ b/app/controllers/mpa/pept2data_controller.rb @@ -12,7 +12,7 @@ def pept2data # Request the suffix array search service search_results = search(peptides, @equate_il) - @response = search_results.result + @response = search_results["result"] # proteins = Set.new # search_results["result"].each do |result|