Skip to content

Commit

Permalink
filter cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 22, 2024
1 parent bdd82f8 commit 63e623e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/views/mpa/pept2filtered/pept2filtered.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
json.peptides @response do |peptide|
json.sequence peptide["sequence"]
json.taxa peptide["taxa"]
json.fa do
json.counts peptide["fa"]["counts"]
json.data peptide["fa"]["data"]
end
end
json.peptides(@response)

0 comments on commit 63e623e

Please sign in to comment.