mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-breakpointrdata.
* gnu/packages/bioconductor.scm (r-breakpointrdata): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
f088763356
commit
4f7ef3f528
1 changed files with 20 additions and 0 deletions
|
@ -1291,6 +1291,26 @@ (define-public r-biscuiteerdata
|
|||
biscuiteer.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-breakpointrdata
|
||||
(package
|
||||
(name "r-breakpointrdata")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "breakpointRdata" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0f23i4ynb4vgn22c3d2l64z92rzv3qnwd4j8qyvalklrxkwilhfn"))))
|
||||
(properties `((upstream-name . "breakpointRdata")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/daewoooo/breakpointRdata")
|
||||
(synopsis "Strand-seq data for demonstration purposes")
|
||||
(description
|
||||
"This package is a collection of Strand-seq data. The main purpose is to
|
||||
demonstrate functionalities of the @code{breakpointR} package.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-celldex
|
||||
(package
|
||||
(name "r-celldex")
|
||||
|
|
Loading…
Reference in a new issue