gnu: r-cummerbund: Correct indentation.

* gnu/packages/bioconductor.scm (r-cummerbund): Correctly indent the expression.

Change-Id: I7cb31f8172c8977b9d2afd31cc9d68db3e5a91f7
This commit is contained in:
Ricardo Wurmus 2025-02-28 15:18:35 +01:00
parent ee67d29e01
commit 7ad183fb85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6416,33 +6416,33 @@ proper FDR control.")
(define-public r-cummerbund (define-public r-cummerbund
(package (package
(name "r-cummerbund") (name "r-cummerbund")
(version "2.48.0") (version "2.48.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "cummeRbund" version)) (uri (bioconductor-uri "cummeRbund" version))
(sha256 (sha256
(base32 (base32
"13505rlzwczgqzqs9fcfgij8558iwzhcn29ai4xl96qqz4qwx00k")))) "13505rlzwczgqzqs9fcfgij8558iwzhcn29ai4xl96qqz4qwx00k"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-biobase (list r-biobase
r-biocgenerics r-biocgenerics
r-fastcluster r-fastcluster
r-ggplot2 r-ggplot2
r-gviz r-gviz
r-plyr r-plyr
r-reshape2 r-reshape2
r-rsqlite r-rsqlite
r-rtracklayer r-rtracklayer
r-s4vectors)) r-s4vectors))
(home-page "https://bioconductor.org/packages/cummeRbund/") (home-page "https://bioconductor.org/packages/cummeRbund/")
(synopsis "Analyze Cufflinks high-throughput sequencing data") (synopsis "Analyze Cufflinks high-throughput sequencing data")
(description "This package allows for persistent storage, access, (description "This package allows for persistent storage, access,
exploration, and manipulation of Cufflinks high-throughput sequencing exploration, and manipulation of Cufflinks high-throughput sequencing data.
data. In addition, provides numerous plotting functions for commonly In addition, provides numerous plotting functions for commonly used
used visualizations.") visualizations.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public r-dama (define-public r-dama
(package (package