aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorEfraim Flashner2022-07-29 02:09:28 +0300
committerEfraim Flashner2022-07-29 02:12:15 +0300
commit96f6cf23d918f9151ca0240a132ab59eda33494e (patch)
tree764112a35751fd9f5c5c1a13ce99c8a117297a1c /gn/packages/bioinformatics.scm
parent57ba3dac9c697df3ff84d9e86d91b66566bc01d8 (diff)
downloadguix-bioinformatics-96f6cf23d918f9151ca0240a132ab59eda33494e.tar.gz
gn: busco: Update to 5.4.1.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r--gn/packages/bioinformatics.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 2055785..141365d 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -2970,7 +2970,7 @@ including @acronym{TIPP, taxonomic identical using phylogenetic placement} and
(define-public busco
(package
(name "busco")
- (version "5.2.2")
+ (version "5.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2978,7 +2978,7 @@ including @acronym{TIPP, taxonomic identical using phylogenetic placement} and
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0l5bxg5311svfszqysd5dkakq7zsdgrv9a1iiwjsvjdz66f7db1p"))))
+ (base32 "0fnijr7q9jj8hq3q5v0jd73zcznqrg72idr3lmchx7x2c66mb9dz"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -2999,8 +2999,7 @@ including @acronym{TIPP, taxonomic identical using phylogenetic placement} and
,(string-append (assoc-ref inputs "metaeuk") "/bin")
,(string-append (assoc-ref inputs "prodigal") "/bin")
,(string-append (assoc-ref inputs "r") "/bin")
- ,(string-append (assoc-ref inputs "sepp") "/bin"))))
- #t))))))
+ ,(string-append (assoc-ref inputs "sepp") "/bin"))))))))))
(inputs
`(("augustus" ,augustus)
("blast" ,blast+)