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:
Mădălin Ionel Patrașcu 2023-01-18 18:35:58 +01:00 committed by Ricardo Wurmus
parent f088763356
commit 4f7ef3f528
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")