gnu: bwa-meth: Remove trailing #T from build phase.
* gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
		
							parent
							
								
									f32a49fceb
								
							
						
					
					
						commit
						9ce1fd24e3
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2238,8 +2238,7 @@ well as many of the command line options.")
 | 
			
		|||
               (("bwa (mem|index)" _ command)
 | 
			
		||||
                (string-append (which "bwa") " " command))
 | 
			
		||||
               ;; There's an ill-advised check for "samtools" on PATH.
 | 
			
		||||
               (("^checkX.*") ""))
 | 
			
		||||
             #t)))))
 | 
			
		||||
               (("^checkX.*") "")))))))
 | 
			
		||||
    (inputs
 | 
			
		||||
     (list bwa))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue