Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 16, 2024
1 parent 179b739 commit 2398dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/suffix_array_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SuffixArrayHelper
def search(peptides, equate_il)
# Convert the peptides array into a json string
json_data = { peptides: peptides }.to_json
json_data = { peptides: peptides, equalize_I_and_L: equate_il }.to_json

# The URL to the suffix array search service
url = URI.parse("http://localhost:3000/search")
Expand Down

0 comments on commit 2398dce

Please sign in to comment.