mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add r-rrna.
* gnu/packages/cran.scm (r-rrna): New variable. Change-Id: I8ed081ba32453fdae3a10b492a1c5b4f64b50925
This commit is contained in:
parent
cb6e721ea1
commit
2c0a3896c1
1 changed files with 17 additions and 0 deletions
|
@ -1749,6 +1749,23 @@ (define-public r-rorcid
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue