We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sp.nov.
Probably an issue with token handling requiring spaces. If we can't handle here I'll pre-propcess the text.
3.2.1 :022 > t = 'Turripria woldai sp.nov' => "Turripria woldai sp.nov" 3.2.1 :023 > t = 'Turripria woldai sp.nov' => "Turripria woldai sp.nov" 3.2.1 :024 > r = Vendor::Gnfinder.result(t, project_id: 13) => #<Vendor::Gnfinder::Result:0x0000000117aedae0 ... 3.2.1 :025 > r.names.first.found.annotation_nomen_type => "NO_ANNOT"
The text was updated successfully, but these errors were encountered:
makes sense, I'll think how to deal with this.
Sorry, something went wrong.
Other combinations that seems to not be detecting:
Coccidencyrtus pomadus sp. nov..\n
Other combinations that succeed, somewhat unexpectedly:
Coccidencyrtus pomadus sp. nov...
*#Cheiloneurus nasica sp. nov..,
Other combinations that seems to not be detecting: Coccidencyrtus pomadus sp. nov..\n (could be wrong on this)
I think this is part of #143
e3123c9
No branches or pull requests
Probably an issue with token handling requiring spaces. If we can't handle here I'll pre-propcess the text.
The text was updated successfully, but these errors were encountered: