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