Skip to content

Commit

Permalink
Update genome.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jan 7, 2024
1 parent 56681b1 commit 5ab7224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/genome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def source_extra_biosamples
return @source_extra_biosamples if @source_extra_biosamples

@source_extra_biosamples = []
%i[derived_from].each do |attribute|
%i[derived_from sample_derived_from].each do |attribute|
next unless attr = source_attributes[attribute]

attr.each do |i|
Expand Down

0 comments on commit 5ab7224

Please sign in to comment.