diff options
author | Ricardo Wurmus <[email protected]> | 2021-05-31 15:53:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2021-05-31 15:53:20 +0200 |
commit | a6e7afd4d55cc790aacbda64a327cb9f38a0d0f6 (patch) | |
tree | 2c97d8e4be3c7687a2c5ac9c0144958cb87b25bd /gnu/packages/bioinformatics.scm | |
parent | 1a6108ce2b85e74306ed5a31f26cbe12c6f0100e (diff) |
gnu: r-spp: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-spp): Move from here...
* gnu/packages/bioconductor.scm (r-spp): ...to here.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a7ff938647..27e86b0a3b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7952,30 +7952,6 @@ including VCF header and contents in RDF and JSON.") (home-page "https://github.com/vcflib/bio-vcf") (license license:expat))) -(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-phantompeakqualtools (let ((commit "8d2b2d18c686d894ef5908b37da7adf72a07ef42") (revision "1")) |