Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 15, 2024
1 parent 768f7d2 commit 9946493
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/controllers/mpa/pept2data_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ def pept2data
# Request the suffix array search service
search_results = search(peptides, @equate_il)

#@response = search_results

search_results.each do |entry|
new_entry = {}
new_entry["sequence"] = entry
@response = new_entry
end
@response = search_results.result

# proteins = Set.new
# search_results["result"].each do |result|
Expand Down

0 comments on commit 9946493

Please sign in to comment.