gnu: Add r-rbamtools.
* gnu/packages/cran.scm (r-rbamtools): New variable.
This commit is contained in:
parent
e50722c8e6
commit
fe4e9f0349
1 changed files with 22 additions and 0 deletions
|
@ -10148,3 +10148,25 @@ (define-public r-genenet
|
|||
for learning large-scale gene association networks (including assignment of
|
||||
putative directions).")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-rbamtools
|
||||
(package
|
||||
(name "r-rbamtools")
|
||||
(version "2.16.11.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rbamtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gzkb1xyrkriv45wq8gv7qfwjslnvwkfkk5jjc4wg5kmm0ydpdzj"))))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("r-refgenome" ,r-refgenome)))
|
||||
(home-page "https://cran.r-project.org/web/packages/rbamtools")
|
||||
(synopsis "Read and write BAM (binary alignment) files")
|
||||
(description
|
||||
"This package provides an R interface to functions of the SAMtools
|
||||
library.")
|
||||
(license license:artistic2.0)))
|
||||
|
|
Loading…
Reference in a new issue