[Bioperl-guts-l] [14784] bioperl-live/trunk/Bio/Tools/Run/RemoteBlast.pm: Add a few new GET/ PUT parameters.

Christopher John Fields cjfields at dev.open-bio.org
Mon Aug 4 16:57:43 EDT 2008


Revision: 14784
Author:   cjfields
Date:     2008-08-04 16:57:43 -0400 (Mon, 04 Aug 2008)

Log Message:
-----------
Add a few new GET/PUT parameters.

Modified Paths:
--------------
    bioperl-live/trunk/Bio/Tools/Run/RemoteBlast.pm

Modified: bioperl-live/trunk/Bio/Tools/Run/RemoteBlast.pm
===================================================================
--- bioperl-live/trunk/Bio/Tools/Run/RemoteBlast.pm	2008-08-04 17:10:19 UTC (rev 14783)
+++ bioperl-live/trunk/Bio/Tools/Run/RemoteBlast.pm	2008-08-04 20:57:43 UTC (rev 14784)
@@ -164,6 +164,7 @@
 	'COMPOSITION_BASED_STATISTICS'	=> '(yes|no)',	# yes, no
 	'DATABASE' 	=>  '.*',
 	'DB_GENETIC_CODE' => '([1-9]|1[1-6]|2(1|2))',   # 1..16,21,22
+    'DISPLAY_SORT'   => '\d',
 	'ENDPOINTS'	=> '(yes|no)',			# yes,no
 	'ENTREZ_QUERY'	=> '.*',
 	'EXPECT'	=> '\d+(\.\d+)?([eE]-\d+)?',	# Positive double
@@ -191,6 +192,7 @@
 	'SEARCHSP_EFF'	=> '\d+',			# Positive integer
 	'SERVICE'	=> '(plain|p[sh]i|(rps|mega)blast)',
 					# plain,psi,phi,rpsblast,megablast
+    'SHORT_QUERY_ADJUST' => '(true|false)',
 	'THRESHOLD'	=> '-?\d+',			# Integer
 	'UNGAPPED_ALIGNMENT' => '(yes|no)',		# yes, no
 	'WORD_SIZE'	=> '\d+'			# Positive integer




More information about the Bioperl-guts-l mailing list