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 29d4bb0 commit 249107b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/mpa/pept2data/pept2data.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
json.peptides @response do |peptide|
json.sequence peptide[:sequence]
json.test peptide
json.sequence peptide["sequence"]
json.lca peptide[:lca]
json.lineage @lineages[peptide[:lca].to_i]
json.fa peptide[:fa]
Expand Down

0 comments on commit 249107b

Please sign in to comment.