mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-gwascat: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-gwascat): Move from here... * gnu/packages/bioconductor.scm (r-gwascat): ...to here.
This commit is contained in:
parent
838db0de5e
commit
69a5e066c1
2 changed files with 33 additions and 33 deletions
|
@ -9241,6 +9241,39 @@ (define-public r-catalyst
|
|||
standards, ii) single-cell deconvolution, and iii) bead-based compensation.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-gwascat
|
||||
(package
|
||||
(name "r-gwascat")
|
||||
(version "2.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gwascat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aqi1ny93virnzsxkh9ccx3mws70bgv0r8nwgla09vffb7f16nna"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biocfilecache" ,r-biocfilecache)
|
||||
("r-biostrings" ,r-biostrings)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-readr" ,r-readr)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-snpstats" ,r-snpstats)
|
||||
("r-variantannotation" ,r-variantannotation)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/gwascat")
|
||||
(synopsis "Tools for data in the EMBL-EBI GWAS catalog")
|
||||
(description
|
||||
"This package provides tools for representing and modeling data in the
|
||||
EMBL-EBI GWAS catalog.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-kegggraph
|
||||
(package
|
||||
(name "r-kegggraph")
|
||||
|
|
|
@ -10834,39 +10834,6 @@ (define-public r-gviz
|
|||
with your data.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-gwascat
|
||||
(package
|
||||
(name "r-gwascat")
|
||||
(version "2.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gwascat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aqi1ny93virnzsxkh9ccx3mws70bgv0r8nwgla09vffb7f16nna"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biocfilecache" ,r-biocfilecache)
|
||||
("r-biostrings" ,r-biostrings)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-readr" ,r-readr)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-snpstats" ,r-snpstats)
|
||||
("r-variantannotation" ,r-variantannotation)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/gwascat")
|
||||
(synopsis "Tools for data in the EMBL-EBI GWAS catalog")
|
||||
(description
|
||||
"This package provides tools for representing and modeling data in the
|
||||
EMBL-EBI GWAS catalog.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-dropbead
|
||||
(let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
|
||||
(revision "2"))
|
||||
|
|
Loading…
Reference in a new issue