[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-rrna.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-rrna. |
Date: |
Fri, 28 Jun 2024 05:45:50 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2c0a3896c1 gnu: Add r-rrna.
2c0a3896c1 is described below
commit 2c0a3896c1a0ece30a117b1acb89e1474ab15cef
Author: Afkhami, Navid <Navid.Afkhami@mdc-berlin.de>
AuthorDate: Mon Jun 3 14:56:09 2024 +0000
gnu: Add r-rrna.
* gnu/packages/cran.scm (r-rrna): New variable.
Change-Id: I8ed081ba32453fdae3a10b492a1c5b4f64b50925
---
gnu/packages/cran.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9e3f4648bc..f42996d044 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1749,6 +1749,23 @@ Functions include searching for people, searching by
DOI, or searching by
Orcid ID.")
(license license:expat)))
+(define-public r-rrna
+ (package
+ (name "r-rrna")
+ (version "1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RRNA" version))
+ (sha256
+ (base32 "0bgsakpz1wr3wr6c5xa7wx2xmzs3xzkscrgwn6dc7f93kpq1j17p"))))
+ (properties `((upstream-name . "RRNA")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/package=RRNA")
+ (synopsis "Secondary structure plotting for RNA")
+ (description "This package facilitates RNA secondary structure plotting.")
+ (license license:gpl3)))
+
(define-public r-ruv
(package
(name "r-ruv")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-rrna.,
guix-commits <=