The TMAP mapvsw module implements a vectorized implementation of Smith-Waterman. 
		
 
		The mapvsw module is not the default for TMAP, map4 is the default. 
		
 
		 The following options are supported with the TMAP mapvsw module (all are optional)
		
 
		
 
			  
				  |  
					  Option 
					  
 
				   | 
 
				   
					  Type 
					  
 
				   | 
 
				   
					  Default 
					  
 
				   | 
 
				   
					  Description 
					  
 
				   | 
 
				
 
			  
				 
				  |  
					  --min-seq-length 
					  
 
				   | 
 
				   
					  Integer 
					  
 
				   | 
 
				   
					  -1 
					  
 
				   | 
 
				   
					  The minimum sequence length to examine. 
					  
 
					 -1 to disable 
					  
 
				   | 
 
				
 
				 
				  |  
					  --max-seq-length 
					  
 
				   | 
 
				   
					  Integer 
					  
 
				   | 
 
				   
					  -1 
					  
 
				   | 
 
				   
					  The maximum sequence length to examine. 
					  
 
					 -1 to disable 
					  
 
				   |