mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: r-affyio: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-affyio): Move from here... * gnu/packages/bioconductor.scm (r-affyio): ...to here.
This commit is contained in:
parent
8182e6a6fd
commit
96ae9822c4
2 changed files with 24 additions and 24 deletions
|
@ -1899,6 +1899,30 @@ (define-public r-affycoretools
|
|||
to streamline the more common analyses that a Biostatistician might see.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-affyio
|
||||
(package
|
||||
(name "r-affyio")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affyio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14xnzrxrvgxgixjhq5a9fdgcmrxam2j74hwidkc9if92ffv6s83h"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(home-page "https://github.com/bmbolstad/affyio")
|
||||
(synopsis "Tools for parsing Affymetrix data files")
|
||||
(description
|
||||
"This package provides routines for parsing Affymetrix data files based
|
||||
upon file format information. The primary focus is on accessing the CEL and
|
||||
CDF file formats.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public r-affxparser
|
||||
(package
|
||||
(name "r-affxparser")
|
||||
|
|
|
@ -9108,30 +9108,6 @@ (define-public r-mzr
|
|||
previously been used in XCMS.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-affyio
|
||||
(package
|
||||
(name "r-affyio")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affyio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14xnzrxrvgxgixjhq5a9fdgcmrxam2j74hwidkc9if92ffv6s83h"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(home-page "https://github.com/bmbolstad/affyio")
|
||||
(synopsis "Tools for parsing Affymetrix data files")
|
||||
(description
|
||||
"This package provides routines for parsing Affymetrix data files based
|
||||
upon file format information. The primary focus is on accessing the CEL and
|
||||
CDF file formats.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public r-vsn
|
||||
(package
|
||||
(name "r-vsn")
|
||||
|
|
Loading…
Reference in a new issue