Skip to content

Commit

Permalink
Update functional output
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 11, 2024
1 parent 32871fb commit 9745b37
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/views/mpa/pept2data.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
json.peptides @response do |peptide, lca|
json.sequence peptide
json.lca lca
json.lineage @lineages[lca]
json.fa do
json.counts({ "all": 0, "EC": 0, "GO": 0, "IPR": 0 })
json.data({})
end
json.peptides @response do |_, data|
data
end

0 comments on commit 9745b37

Please sign in to comment.