mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: flair: Update to 1.6.4.
* gnu/packages/bioinformatics.scm (flair): Update to 1.6.4. [propagated-inputs]: Add python-numpy and python-scipy.
This commit is contained in:
parent
bb4f24b3ae
commit
75b24abf09
1 changed files with 4 additions and 2 deletions
|
@ -17014,7 +17014,7 @@ (define-public wfmash
|
|||
(define-public flair
|
||||
(package
|
||||
(name "flair")
|
||||
(version "1.6.2")
|
||||
(version "1.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17024,7 +17024,7 @@ (define-public flair
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"106swb2q7l20ki58fca1hg95q5f79bgp9gjb0clr2243ycrzyxf8"))))
|
||||
"0jviacx6qx5rwgi3wvl7a8a8ml19r6cpngddivlk13f6g9072din"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -17054,10 +17054,12 @@ (define-public flair
|
|||
(find-files (string-append #$output "/bin"))))))))
|
||||
(propagated-inputs
|
||||
(list python-mappy
|
||||
python-numpy
|
||||
python-ncls
|
||||
python-pybedtools
|
||||
python-pysam
|
||||
python-rpy2
|
||||
python-scipy
|
||||
python-tqdm))
|
||||
;; Used by rpy2
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue