From 2398dcea85a137c2449da13aab93d9e9ffcf0e9b Mon Sep 17 00:00:00 2001 From: tibvdm Date: Tue, 16 Apr 2024 10:57:19 +0200 Subject: [PATCH] test --- app/helpers/suffix_array_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/suffix_array_helper.rb b/app/helpers/suffix_array_helper.rb index 29406f3..ea956a8 100644 --- a/app/helpers/suffix_array_helper.rb +++ b/app/helpers/suffix_array_helper.rb @@ -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")