diff --git a/app/views/mpa/pept2data/pept2data.json.jbuilder b/app/views/mpa/pept2data/pept2data.json.jbuilder index 5f1a875..37b4b64 100644 --- a/app/views/mpa/pept2data/pept2data.json.jbuilder +++ b/app/views/mpa/pept2data/pept2data.json.jbuilder @@ -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]