Skip to content

Commit

Permalink
Support *vorans for stem detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Aug 14, 2023
1 parent 2970347 commit 6da27ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/models/name/inferences.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ def genus_root(base)
when /glans$/
# - Desulfatiglans -- Desulfatiglan-d-aceae
base.gsub!(/ns$/, 'nd')
when /(ta|vive)ns$/
# - Jatrophihabitans -- Jatrophihabitantaceae
when /(ta|vive|vora)ns$/
# - Jatrophihabitans -- Jatrophihabitan-t-aceae
# - Aquivivens -- Aquiviven-t-aceae
# - Hopanoidivorans -- Hopanoidivoran-t-aceae
base.gsub!(/ns$/, 'nt')
when /[stl]is$/
# - Nocardiopsis -- Nocardiops-aceae
Expand Down

0 comments on commit 6da27ef

Please sign in to comment.