mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-rbowtie.
* gnu/packages/bioconductor.scm (r-rbowtie): New variable.
This commit is contained in:
parent
8c42f8f6e8
commit
4d06ef4b71
1 changed files with 23 additions and 0 deletions
|
@ -4369,3 +4369,26 @@ (define-public r-iclusterplus
|
|||
modeled as Poisson random processes; and continuous measures are modeled by
|
||||
Gaussian distributions.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-rbowtie
|
||||
(package
|
||||
(name "r-rbowtie")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p8gbd2zn677lq8d009p2cplg1jm2jhn81lppipj638i9ynjh44f"))))
|
||||
(properties `((upstream-name . "Rbowtie")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(home-page "https://bioconductor.org/packages/Rbowtie/")
|
||||
(synopsis "R bowtie wrapper")
|
||||
(description
|
||||
"This package provides an R wrapper around the popular bowtie short read
|
||||
aligner and around SpliceMap, a de novo splice junction discovery and
|
||||
alignment tool.")
|
||||
(license license:artistic2.0)))
|
||||
|
|
Loading…
Reference in a new issue