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 6467b92 commit 0ed61a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mpa/pept2data_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def pept2data

lineages = Hash.new
Lineage.find(taxa).each do |lineage|
lineages[lineage.taxon_id] = lineage.to_a_idx
lineages[lineage.taxon_id.to_i] = lineage.to_a_idx
end

@lineages = lineages
Expand Down

0 comments on commit 0ed61a7

Please sign in to comment.