Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Database not found if the name ends with 2 digits or more, in release 1.0.13 #465

Closed
loraine-gueguen opened this issue May 5, 2020 · 1 comment

Comments

@loraine-gueguen
Copy link

The issue is explained here: https://groups.google.com/d/msg/sequenceserver/jVOLbp2XlkQ/ZvAQqspiAwAJ

The database files are the following:
genus-sp_xx32.nhr
genus-sp_xx32.nin
genus-sp_xx32.nog
genus-sp_xx32.nsd
genus-sp_xx32.nsi
genus-sp_xx32.nsq

I have found were the issue comes from: sequenceserver thinks that this is a multipart database whereas it is not, because of the regex used here:

!(db_name.match(%r{.+/\S+\d{2}$}).nil?)

@loraine-gueguen loraine-gueguen changed the title Database not found if the name ends with 2 digits or more Database not found if the name ends with 2 digits or more, in release 1.0.13 May 5, 2020
@yeban
Copy link
Collaborator

yeban commented May 7, 2020

Fixed by #466

@yeban yeban closed this as completed May 7, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants