gnu: jellyfish: Drop input labels.
* gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Drop package labels.
This commit is contained in:
		
							parent
							
								
									4ef9ac7f27
								
							
						
					
					
						commit
						661e995c70
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -5550,10 +5550,10 @@ experiments and provide highly stable thresholds based on reproducibility.")
 | 
				
			||||||
             ;; to run tests.
 | 
					             ;; to run tests.
 | 
				
			||||||
             (setenv "SHELL" (which "bash")))))))
 | 
					             (setenv "SHELL" (which "bash")))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bc" ,bc)
 | 
					     (list bc
 | 
				
			||||||
       ("time" ,time)
 | 
					           time
 | 
				
			||||||
       ("python" ,python-wrapper)
 | 
					           python-wrapper
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					           pkg-config))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list htslib))
 | 
					     (list htslib))
 | 
				
			||||||
    (synopsis "Tool for fast counting of k-mers in DNA")
 | 
					    (synopsis "Tool for fast counting of k-mers in DNA")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue