Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 15, 2024
1 parent fa375cb commit 7c0c313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/mpa/pept2data_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def pept2data
end

@response.each do |_, value|
value["lineage_id"] = value["lca"].to_i
value["lineage"] = @lineages[value["lca"].to_i]
end

Expand Down Expand Up @@ -57,6 +58,7 @@ def pept2data
# end

# @response.each do |_, entry|

# entry["lineage"] = @lineages[entry["lca"].to_i]
# end
end
Expand Down

0 comments on commit 7c0c313

Please sign in to comment.