Skip to content

Commit

Permalink
Minimum BLAST+ version requirement is now 2.2.30+.
Browse files Browse the repository at this point in the history
Needed for robust sequence retrieval.

Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
  • Loading branch information
yeban committed Dec 8, 2014
1 parent be7b833 commit b1776df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/sequenceserver.rb
Expand Up @@ -11,7 +11,8 @@
module SequenceServer

# Use a fixed minimum version of BLAST+
MINIMUM_BLAST_VERSION = '2.2.27+'
MINIMUM_BLAST_VERSION = '2.2.30+'

# Use the following exit codes, or 1.
EXIT_BLAST_NOT_INSTALLED = 2
EXIT_BLAST_NOT_COMPATIBLE = 3
Expand Down

0 comments on commit b1776df

Please sign in to comment.