mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cummerbund: Correct indentation.
* gnu/packages/bioconductor.scm (r-cummerbund): Correctly indent the expression. Change-Id: I7cb31f8172c8977b9d2afd31cc9d68db3e5a91f7
This commit is contained in:
parent
ee67d29e01
commit
7ad183fb85
1 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue