Skip to content

Commit

Permalink
Fix empty lineages
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Feb 29, 2024
1 parent 7e89a0c commit b1d0619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mpa/pept2data.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
json.peptides @response do |peptide, lca|
json.sequence peptide
json.lca lca
json.lineage(@lineages[lca])
json.lineage @lineages[lca]
json.fa do
json.counts {}
json.data {}
Expand Down

0 comments on commit b1d0619

Please sign in to comment.