mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-r4rna.
* gnu/packages/bioinformatics.scm (r-r4rna): New variable.
This commit is contained in:
parent
e7d16ad161
commit
e619a5c245
1 changed files with 23 additions and 0 deletions
|
@ -7338,6 +7338,29 @@ (define-public r-zlibbioc
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue