mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: clipper: Fix test dependency.
* gnu/packages/bioinformatics.scm (clipper)[native-inputs]: Add python2-nose.
This commit is contained in:
parent
154d207c43
commit
d281be18bc
1 changed files with 1 additions and 0 deletions
|
@ -1562,6 +1562,7 @@ (define-public clipper
|
|||
("python-scipy" ,python2-scipy)))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python2-mock) ; for tests
|
||||
("python-nose" ,python2-nose) ; for tests
|
||||
("python-pytz" ,python2-pytz))) ; for tests
|
||||
(home-page "https://github.com/YeoLab/clipper")
|
||||
(synopsis "CLIP peak enrichment recognition")
|
||||
|
|
Loading…
Reference in a new issue