Anurag Priyam

Results 104 comments of Anurag Priyam

I am not up to date on docker. In the old scheme of things, Apache+Passenger should be able to handle restarts gracefully out of the box. That is, when you...

I am happy to have an option in SequenceServer to rescan databases, and it can be in the direction of #391 (which is a very clever hack, imo) provided my...

I think the first step would be to have a separate class for the collection of databases, i.e. `Database` and `Databases`. The second step would be to change `scan_database_dir` to...

I started the suggested refactoring of Databases class after my last comment almost a month ago - https://github.com/yeban/sequenceserver/tree/refactor_database_class. The idea was to provide a base for your PR. But quickly...

Hey @billzt. I can think of two ways to do this. Query sequences are written to a temporary file on the server before running BLAST. One could check file size...

AWS free tier can be used to debug this

SequenceServer tries to detect the IP of the computer it is running on and constructs a URL from it for sharing, like "to share the setup with your colleagues, try...

Well, the issue refers to a message displayed by SequenceServer on startup: ``` ** SequenceServer is ready. Go to http://localhost:4570 in your browser and start BLASTing! To share your setup,...

They are bugs. I recently fixed one in a part of the codebase I was working on (5841213c). Feel free to fix some, but I don't see the paths you...

If we have to involve file extensions, why not do the detection based on the file extension alone? Does checking that a file with `.fa` extension indeed begins with a...