mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-hitc: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-hitc): Move from here... * gnu/packages/bioconductor.scm (r-hitc): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
63b75c01c2
commit
7df42d3774
2 changed files with 29 additions and 29 deletions
|
@ -8348,6 +8348,35 @@ (define-public r-rgraphviz
|
|||
objects from the @code{graph} package.")
|
||||
(license license:epl1.0)))
|
||||
|
||||
(define-public r-hitc
|
||||
(package
|
||||
(name "r-hitc")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HiTC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jx2pfa7sbdz7xi466lz1h5xv126g56z73n0a5l2wrq28k47qaxy"))))
|
||||
(properties `((upstream-name . "HiTC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-rtracklayer" ,r-rtracklayer)))
|
||||
(home-page "https://bioconductor.org/packages/HiTC")
|
||||
(synopsis "High throughput chromosome conformation capture analysis")
|
||||
(description
|
||||
"The HiTC package was developed to explore high-throughput \"C\" data
|
||||
such as 5C or Hi-C. Dedicated R classes as well as standard methods for
|
||||
quality controls, normalization, visualization, and further analysis are also
|
||||
provided.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-hdf5array
|
||||
(package
|
||||
(name "r-hdf5array")
|
||||
|
|
|
@ -10625,35 +10625,6 @@ (define-public r-fithic
|
|||
assays such as Hi-C.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-hitc
|
||||
(package
|
||||
(name "r-hitc")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HiTC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jx2pfa7sbdz7xi466lz1h5xv126g56z73n0a5l2wrq28k47qaxy"))))
|
||||
(properties `((upstream-name . "HiTC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-rtracklayer" ,r-rtracklayer)))
|
||||
(home-page "https://bioconductor.org/packages/HiTC")
|
||||
(synopsis "High throughput chromosome conformation capture analysis")
|
||||
(description
|
||||
"The HiTC package was developed to explore high-throughput \"C\" data
|
||||
such as 5C or Hi-C. Dedicated R classes as well as standard methods for
|
||||
quality controls, normalization, visualization, and further analysis are also
|
||||
provided.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-dropbead
|
||||
(let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
|
||||
(revision "2"))
|
||||
|
|
Loading…
Reference in a new issue