mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Remove bedtools-2.26.
* gnu/packages/bioinformatics.scm (bedtools-2.26): Remove variable.
This commit is contained in:
parent
08542026ea
commit
6742a84c63
1 changed files with 0 additions and 14 deletions
|
@ -475,20 +475,6 @@ (define-public bedtools-2.18
|
|||
(find-files "bin" ".*")))
|
||||
#t)))))))
|
||||
|
||||
;; Needed for pybedtools.
|
||||
(define-public bedtools-2.26
|
||||
(package (inherit bedtools)
|
||||
(name "bedtools")
|
||||
(version "2.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/arq5x/bedtools2/releases/"
|
||||
"download/v" version "/"
|
||||
"bedtools-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jhavwifnf7lmkb11h9y7dynr8d699h0rd2l52j1pfgircr2zwv5"))))))
|
||||
|
||||
(define-public pbbam
|
||||
(package
|
||||
(name "pbbam")
|
||||
|
|
Loading…
Reference in a new issue