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 2398dce commit a2a2738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/mpa/pept2data_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def pept2data

# Request the suffix array search service
@response = search(peptides, equate_il).uniq
@response["equated_IL"] = equate_il

# Collect all lca's to look up the lineages
taxa = []
Expand Down
1 change: 1 addition & 0 deletions app/views/mpa/pept2data/pept2data.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ json.peptides @response do |peptide|
json.data peptide["fa"]["data"]
end
end
json.equated_IL @response["equated_IL"]

0 comments on commit a2a2738

Please sign in to comment.