gnu: pbbam: Drop input labels.
* gnu/packages/bioinformatics.scm (pbbam)[native-inputs]: Drop labels.
This commit is contained in:
parent
8b2fdcb2c3
commit
eaf5198a5e
1 changed files with 3 additions and 3 deletions
|
@ -600,9 +600,9 @@ for all types of microbial diversity analyses.")
|
|||
(inputs
|
||||
(list boost samtools))
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper))) ; for tests
|
||||
(list googletest
|
||||
pkg-config
|
||||
python-wrapper)) ;for tests
|
||||
(home-page "https://github.com/PacificBiosciences/pbbam")
|
||||
(synopsis "Work with PacBio BAM files")
|
||||
(description
|
||||
|
|
Reference in a new issue