Fixed bug in 'cli.py' regarding argument type
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				ydeng/bmlsa/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	ydeng/bmlsa/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		@@ -166,7 +166,7 @@ def main():
 | 
			
		||||
    arg_parser.add_argument(
 | 
			
		||||
        "-m",
 | 
			
		||||
        "--substitution-matrix",
 | 
			
		||||
        type="str",
 | 
			
		||||
        type=str,
 | 
			
		||||
        help="The name of the substitution matrix.",
 | 
			
		||||
        required=False,
 | 
			
		||||
        default=None,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user