gnu: Add r-spp.
* gnu/packages/bioinformatics.scm (r-spp): New variable.
This commit is contained in:
parent
b84ead8c04
commit
b1fee8a003
@ -8108,6 +8108,30 @@ sequence motif occurrences across a large set of sequences centred at a common
|
||||
reference point and sorted by a user defined feature.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-spp
|
||||
(package
|
||||
(name "r-spp")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08zxxgyp0h6733b08jmml7k4rhfd3mi5dda3jrzid0s184y0z29w"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("r-bh" ,r-bh)
|
||||
("r-catools" ,r-catools)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rsamtools" ,r-rsamtools)))
|
||||
(home-page "https://cran.r-project.org/web/packages/spp/")
|
||||
(synopsis "ChIP-Seq processing pipeline")
|
||||
(description "This package provides tools for analysis of ChIP-seq and
|
||||
other functional sequencing data.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-genomation
|
||||
(package
|
||||
(name "r-genomation")
|
||||
|
Loading…
Reference in New Issue
Block a user