gnu: delly: Update to 0.8.3.
* gnu/packages/bioinformatics.scm (delly): Update to 0.8.3. [inputs]: Order alphabetically.master
parent
f8a369c36f
commit
319de44a09
|
@ -2620,7 +2620,7 @@ with Python.")
|
||||||
(define-public delly
|
(define-public delly
|
||||||
(package
|
(package
|
||||||
(name "delly")
|
(name "delly")
|
||||||
(version "0.7.9")
|
(version "0.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2628,7 +2628,7 @@ with Python.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "034jqsxswy9gqdh2zkgc1js99qkv75ks4xvzgmh0284sraagv61z"))
|
(base32 "1ibnplgfzj96w8glkx17v7sld3pm402fr5ybmf3h0rlcryabxrqy"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -2652,9 +2652,9 @@ with Python.")
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
|
("bzip2" ,bzip2)
|
||||||
("htslib" ,htslib)
|
("htslib" ,htslib)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)))
|
||||||
("bzip2" ,bzip2)))
|
|
||||||
(home-page "https://github.com/dellytools/delly")
|
(home-page "https://github.com/dellytools/delly")
|
||||||
(synopsis "Integrated structural variant prediction method")
|
(synopsis "Integrated structural variant prediction method")
|
||||||
(description "Delly is an integrated structural variant prediction method
|
(description "Delly is an integrated structural variant prediction method
|
||||||
|
|
Reference in New Issue