Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sample_pop = cached_populations.find do |pop|
- pop.sample_id == sample.id &&
- pop.name == name &&
- pop.stain == stain.to_s &&
- pop.has_parent?(parent_name)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement