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 829499c commit 29d4bb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/mpa/pept2data/pept2data.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ json.peptides @response do |peptide|
json.sequence peptide[:sequence]
json.lca peptide[:lca]
json.lineage @lineages[peptide[:lca].to_i]
json.fa do
json.counts peptide[:fa][:counts]
json.data peptide[:fa][:data]
end
json.fa peptide[:fa]
end

0 comments on commit 29d4bb0

Please sign in to comment.