gnu: r-preprocesscore: Move to (gnu packages bioconductor).
* gnu/packages/statistics.scm (r-preprocesscore): Move from here... * gnu/packages/bioconductor.scm (r-preprocesscore): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
f4d920b9f7
commit
6e0ab26f31
2 changed files with 21 additions and 21 deletions
|
@ -8287,3 +8287,24 @@ a Python script to demultiplex libraries and trim off primer sequences. With
|
||||||
a standard alignment software the required bam files can be then be
|
a standard alignment software the required bam files can be then be
|
||||||
generated.")
|
generated.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public r-preprocesscore
|
||||||
|
(package
|
||||||
|
(name "r-preprocesscore")
|
||||||
|
(version "1.50.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "preprocessCore" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0q1406kswylc8zn5k3wyd34p34pfzbhi1ggkfsh30zcjp6adbwjl"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "preprocessCore")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://github.com/bmbolstad/preprocessCore")
|
||||||
|
(synopsis "Collection of pre-processing functions")
|
||||||
|
(description
|
||||||
|
"This package provides a library of core pre-processing and normalization
|
||||||
|
routines.")
|
||||||
|
(license license:lgpl2.0+)))
|
||||||
|
|
|
@ -4079,27 +4079,6 @@ framework, with additional code inspection and report generation tools.")
|
||||||
hierarchical clustering dendrograms.")
|
hierarchical clustering dendrograms.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-preprocesscore
|
|
||||||
(package
|
|
||||||
(name "r-preprocesscore")
|
|
||||||
(version "1.50.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "preprocessCore" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0q1406kswylc8zn5k3wyd34p34pfzbhi1ggkfsh30zcjp6adbwjl"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "preprocessCore")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(home-page "https://github.com/bmbolstad/preprocessCore")
|
|
||||||
(synopsis "Collection of pre-processing functions")
|
|
||||||
(description
|
|
||||||
"This package provides a library of core pre-processing and normalization
|
|
||||||
routines.")
|
|
||||||
(license license:lgpl2.0+)))
|
|
||||||
|
|
||||||
(define-public r-fastcluster
|
(define-public r-fastcluster
|
||||||
(package
|
(package
|
||||||
(name "r-fastcluster")
|
(name "r-fastcluster")
|
||||||
|
|
Reference in a new issue