Skip to content

Commit

Permalink
add patch that fixes #3190, courtesy Ali Walsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Apr 4, 2011
1 parent 4f3cc5e commit 0adfeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Run/RemoteBlast.pm
Expand Up @@ -188,7 +188,7 @@ our %PUTPARAMS = (
'ENTREZ_QUERY' => '.*',
'EXPECT' => '\d+(\.\d+)?([eE]-\d+)?', # Positive double
'FILTER' => '[LRm]', # L or R or m
'GAPCOSTS' => '-?\d+(\.\d+)\s+i-?\d+(\.\d+)',
'GAPCOSTS' => '-?\d+(\.\d+)\s+-?\d+(\.\d+)',
# Two space separated float values
'GENETIC_CODE' => '([1-9]|1[1-6]|2(1|2))', # 1..16,21,22
'HITLIST_SIZE' => '\d+', # Positive integer
Expand Down

0 comments on commit 0adfeb0

Please sign in to comment.