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 e9f2823 commit 9c20fa6
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 @@ -183,7 +183,7 @@ def source_extra_biosamples

attr.each do |i|
@source_extra_biosamples +=
i.gsub(/.*: */, '').gsub(/[\.]/, '').split(/ *, (?:and)? */)
i.gsub(/.*: */, '').gsub(/[\.]/, '').split(/ *,(?: and)? */)
end
end
@source_extra_biosamples.uniq!
Expand Down

0 comments on commit 9c20fa6

Please sign in to comment.