[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/20: gnu: Add r-rsbml.
From: |
guix-commits |
Subject: |
12/20: gnu: Add r-rsbml. |
Date: |
Tue, 17 Dec 2019 14:02:34 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e823337c6eb9ab99e0e3311d4c8024cb220afd08
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 17 19:47:27 2019 +0100
gnu: Add r-rsbml.
* gnu/packages/bioconductor.scm (r-rsbml): New variable.
---
gnu/packages/bioconductor.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index beb46c9..4e7bfc5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6678,3 +6678,31 @@ tests the null hypothesis that the target regions have
the same probability of
having footprints for the TF k as the background regions while correcting for
the read count and GC content bias.")
(license license:gpl3)))
+
+(define-public r-rsbml
+ (package
+ (name "r-rsbml")
+ (version "2.44.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "rsbml" version))
+ (sha256
+ (base32
+ "1dbp0aaijxn3na26b68ws0v9qzvml61ifb9z4i8pz7q6h48n7lxa"))))
+ (properties `((upstream-name . "rsbml")))
+ (build-system r-build-system)
+ (inputs
+ `(("libsbml" ,libsbml)
+ ("zlib" ,zlib)))
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-graph" ,r-graph)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "http://www.sbml.org")
+ (synopsis "R support for SBML")
+ (description
+ "This package provides an R interface to libsbml for SBML parsing,
+validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
+ (license license:artistic2.0)))
- 07/20: gnu: Add r-bgmix., (continued)
- 07/20: gnu: Add r-bgmix., guix-commits, 2019/12/17
- 18/20: gnu: Add r-chemminer., guix-commits, 2019/12/17
- 16/20: gnu: Add r-bigmemoryextras., guix-commits, 2019/12/17
- 14/20: gnu: Add r-hyperdraw., guix-commits, 2019/12/17
- 13/20: gnu: Add r-hypergraph., guix-commits, 2019/12/17
- 17/20: gnu: Add r-bigpint., guix-commits, 2019/12/17
- 20/20: gnu: Add r-biobroom., guix-commits, 2019/12/17
- 15/20: gnu: Add r-biggr., guix-commits, 2019/12/17
- 11/20: gnu: Add r-bifet., guix-commits, 2019/12/17
- 19/20: gnu: Add r-bioassayr., guix-commits, 2019/12/17
- 12/20: gnu: Add r-rsbml.,
guix-commits <=
- 10/20: gnu: Add r-bicare., guix-commits, 2019/12/17
- 04/20: gnu: Add r-lim., guix-commits, 2019/12/17
- 06/20: gnu: Add r-rsvg., guix-commits, 2019/12/17
- 09/20: gnu: Add r-bhc., guix-commits, 2019/12/17