me
/
guix
Archived
1
0
Fork 0

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.
Ricardo Wurmus 2022-10-28 13:10:31 +02:00
parent bb4f24b3ae
commit 75b24abf09
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -17014,7 +17014,7 @@ module capable of computing base-level alignments for very large sequences.")
(define-public flair (define-public flair
(package (package
(name "flair") (name "flair")
(version "1.6.2") (version "1.6.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17024,7 +17024,7 @@ module capable of computing base-level alignments for very large sequences.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"106swb2q7l20ki58fca1hg95q5f79bgp9gjb0clr2243ycrzyxf8")))) "0jviacx6qx5rwgi3wvl7a8a8ml19r6cpngddivlk13f6g9072din"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list
@ -17054,10 +17054,12 @@ module capable of computing base-level alignments for very large sequences.")
(find-files (string-append #$output "/bin")))))))) (find-files (string-append #$output "/bin"))))))))
(propagated-inputs (propagated-inputs
(list python-mappy (list python-mappy
python-numpy
python-ncls python-ncls
python-pybedtools python-pybedtools
python-pysam python-pysam
python-rpy2 python-rpy2
python-scipy
python-tqdm)) python-tqdm))
;; Used by rpy2 ;; Used by rpy2
(inputs (inputs