[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/18: gnu: Add r-r4rna.
From: |
Ricardo Wurmus |
Subject: |
05/18: gnu: Add r-r4rna. |
Date: |
Mon, 28 Nov 2016 21:43:46 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit e619a5c245d76c559ff98b4f5dc070c571d90574
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 24 15:04:18 2016 +0100
gnu: Add r-r4rna.
* gnu/packages/bioinformatics.scm (r-r4rna): New variable.
---
gnu/packages/bioinformatics.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f04acc0..0b6fbe5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7338,6 +7338,29 @@ two-dimensional genome scans.")
libraries for systems that do not have these available via other means.")
(license license:artistic2.0)))
+(define-public r-r4rna
+ (package
+ (name "r-r4rna")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://www.e-rna.org/r-chie/files/R4RNA_"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1p0i78wh76jfgmn9jphbwwaz6yy6pipzfg08xs54cxavxg2j81p5"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-optparse" ,r-optparse)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)))
+ (home-page "http://www.e-rna.org/r-chie/index.cgi")
+ (synopsis "Analysis framework for RNA secondary structure")
+ (description
+ "The R4RNA package aims to be a general framework for the analysis of RNA
+secondary structure and comparative analysis in R.")
+ (license license:gpl3+)))
+
(define-public r-rhtslib
(package
(name "r-rhtslib")
- branch master updated (e48ddb9 -> bd3be46), Ricardo Wurmus, 2016/11/28
- 03/18: gnu: Add r-googlesheets., Ricardo Wurmus, 2016/11/28
- 02/18: gnu: Add r-cellranger., Ricardo Wurmus, 2016/11/28
- 05/18: gnu: Add r-r4rna.,
Ricardo Wurmus <=
- 09/18: gnu: Add r-wgcna., Ricardo Wurmus, 2016/11/28
- 17/18: gnu: Add r-rocr., Ricardo Wurmus, 2016/11/28
- 06/18: gnu: Add r-dynamictreecut., Ricardo Wurmus, 2016/11/28
- 12/18: gnu: Add r-gtools., Ricardo Wurmus, 2016/11/28
- 18/18: gnu: Add r-gkmsvm., Ricardo Wurmus, 2016/11/28
- 10/18: gnu: Add r-sfsmisc., Ricardo Wurmus, 2016/11/28
- 13/18: gnu: Add r-chipkernels., Ricardo Wurmus, 2016/11/28
- 01/18: gnu: Add r-rematch., Ricardo Wurmus, 2016/11/28
- 04/18: gnu: Add r-spams., Ricardo Wurmus, 2016/11/28
- 08/18: gnu: Add r-fastcluster., Ricardo Wurmus, 2016/11/28