[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: Add r-annaffy.
From: |
guix-commits |
Subject: |
10/16: gnu: Add r-annaffy. |
Date: |
Thu, 28 Mar 2019 13:25:42 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a793e88c5ed84f78fded2051649c06e1ac9a3efc
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 28 18:22:15 2019 +0100
gnu: Add r-annaffy.
* gnu/packages/bioconductor.scm (r-annaffy): New variable.
---
gnu/packages/bioconductor.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 26ebb09..4cc9887 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2923,3 +2923,39 @@ profiles (GO and KEGG) of gene and gene clusters.")
data in R and Bioconductor containers.")
;; Any version of the LGPL.
(license license:lgpl2.1+)))
+
+(define-public r-annaffy
+ (package
+ (name "r-annaffy")
+ (version "1.54.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "annaffy" version))
+ (sha256
+ (base32
+ "16c6allp4vlx0g3nffanrm0mkkf8s2n31dccw4bflnx2pr81bmd5"))))
+ (build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'remove-reference-to-non-free-data
+ (lambda _
+ (substitute* "DESCRIPTION"
+ ((", KEGG.db") ""))
+ #t)))))
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-biobase" ,r-biobase)
+ ("r-dbi" ,r-dbi)
+ ("r-go-db" ,r-go-db)))
+ (home-page "https://bioconductor.org/packages/annaffy/")
+ (synopsis "Annotation tools for Affymetrix biological metadata")
+ (description
+ "This package provides functions for handling data from Bioconductor
+Affymetrix annotation data packages. It produces compact HTML and text
+reports including experimental data and URL links to many online databases.
+It allows searching of biological metadata using various criteria.")
+ ;; Any version of the LGPL according to the DESCRIPTION file. A copy of
+ ;; the LGPL 2.1 is included.
+ (license license:lgpl2.1+)))
- branch master updated (1aa662b -> 84ad024), guix-commits, 2019/03/28
- 02/16: gnu: Add r-pamr., guix-commits, 2019/03/28
- 01/16: gnu: Add r-varselrf., guix-commits, 2019/03/28
- 04/16: gnu: Add r-ggvis., guix-commits, 2019/03/28
- 03/16: gnu: Add r-rda., guix-commits, 2019/03/28
- 05/16: gnu: Add r-gbm., guix-commits, 2019/03/28
- 10/16: gnu: Add r-annaffy.,
guix-commits <=
- 09/16: gnu: Add r-mlinterfaces., guix-commits, 2019/03/28
- 07/16: gnu: Add r-mlbench., guix-commits, 2019/03/28
- 12/16: gnu: Add r-a4classif., guix-commits, 2019/03/28
- 06/16: gnu: Add r-threejs., guix-commits, 2019/03/28
- 08/16: gnu: Add r-mpm., guix-commits, 2019/03/28
- 14/16: gnu: Add r-a4reporting., guix-commits, 2019/03/28
- 15/16: gnu: Add r-a4base., guix-commits, 2019/03/28
- 11/16: gnu: Add r-a4core., guix-commits, 2019/03/28
- 13/16: gnu: Add r-a4preproc., guix-commits, 2019/03/28
- 16/16: gnu: Add r-a4., guix-commits, 2019/03/28