mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add r-beaddatapackr.
* gnu/packages/bioconductor.scm (r-beaddatapackr): New variable.
This commit is contained in:
parent
9cf4d48850
commit
a4dc8edced
1 changed files with 20 additions and 0 deletions
|
@ -19283,6 +19283,26 @@ (define-public r-beadarraysnp
|
|||
performs copy number calculations and reports.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-beaddatapackr
|
||||
(package
|
||||
(name "r-beaddatapackr")
|
||||
(version "1.52.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BeadDataPackR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hm4brxg2rxazdcnhjiz6f4di2q8wssrrp35m79vm93sac9w42y3"))))
|
||||
(properties `((upstream-name . "BeadDataPackR")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/BeadDataPackR")
|
||||
(synopsis "Compression of Illumina BeadArray data")
|
||||
(description
|
||||
"This package provides functionality for the compression and
|
||||
decompression of raw bead-level data from the Illumina BeadArray platform.")
|
||||
(license license:gpl2)))
|
||||
|
||||
;; This package includes files that have been taken from kentutils. Some
|
||||
;; parts of kentutils are not released under a free license, but this package
|
||||
;; only uses files that are also found in the free parts of kentutils.
|
||||
|
|
Loading…
Reference in a new issue