mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-variantannotation: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-variantannotation): Move from here... * gnu/packages/bioconductor.scm (r-variantannotation): ...to here.
This commit is contained in:
parent
082f3c5433
commit
bf612ead76
2 changed files with 38 additions and 38 deletions
|
@ -2051,6 +2051,44 @@ experimental designs is facilitated by a consistently implemented sample
|
||||||
annotation infrastructure.")
|
annotation infrastructure.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-variantannotation
|
||||||
|
(package
|
||||||
|
(name "r-variantannotation")
|
||||||
|
(version "1.36.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1sl0l6v05lfglj281nszma0h5k234md7rn2pdah8vs2d4iq3kimw"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "VariantAnnotation")))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
("r-biobase" ,r-biobase)
|
||||||
|
("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
("r-biostrings" ,r-biostrings)
|
||||||
|
("r-bsgenome" ,r-bsgenome)
|
||||||
|
("r-dbi" ,r-dbi)
|
||||||
|
("r-genomeinfodb" ,r-genomeinfodb)
|
||||||
|
("r-genomicfeatures" ,r-genomicfeatures)
|
||||||
|
("r-genomicranges" ,r-genomicranges)
|
||||||
|
("r-iranges" ,r-iranges)
|
||||||
|
("r-matrixgenerics" ,r-matrixgenerics)
|
||||||
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
|
("r-rhtslib" ,r-rhtslib)
|
||||||
|
("r-rsamtools" ,r-rsamtools)
|
||||||
|
("r-rtracklayer" ,r-rtracklayer)
|
||||||
|
("r-s4vectors" ,r-s4vectors)
|
||||||
|
("r-xvector" ,r-xvector)
|
||||||
|
("r-zlibbioc" ,r-zlibbioc)))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/VariantAnnotation")
|
||||||
|
(synopsis "Package for annotation of genetic variants")
|
||||||
|
(description "This R package can annotate variants, compute amino acid
|
||||||
|
coding changes and predict coding outcomes.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-geneplotter
|
(define-public r-geneplotter
|
||||||
(package
|
(package
|
||||||
(name "r-geneplotter")
|
(name "r-geneplotter")
|
||||||
|
|
|
@ -7691,44 +7691,6 @@ including VCF header and contents in RDF and JSON.")
|
||||||
(home-page "https://github.com/vcflib/bio-vcf")
|
(home-page "https://github.com/vcflib/bio-vcf")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-variantannotation
|
|
||||||
(package
|
|
||||||
(name "r-variantannotation")
|
|
||||||
(version "1.36.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1sl0l6v05lfglj281nszma0h5k234md7rn2pdah8vs2d4iq3kimw"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "VariantAnnotation")))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
|
||||||
("r-biobase" ,r-biobase)
|
|
||||||
("r-biocgenerics" ,r-biocgenerics)
|
|
||||||
("r-biostrings" ,r-biostrings)
|
|
||||||
("r-bsgenome" ,r-bsgenome)
|
|
||||||
("r-dbi" ,r-dbi)
|
|
||||||
("r-genomeinfodb" ,r-genomeinfodb)
|
|
||||||
("r-genomicfeatures" ,r-genomicfeatures)
|
|
||||||
("r-genomicranges" ,r-genomicranges)
|
|
||||||
("r-iranges" ,r-iranges)
|
|
||||||
("r-matrixgenerics" ,r-matrixgenerics)
|
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
|
||||||
("r-rhtslib" ,r-rhtslib)
|
|
||||||
("r-rsamtools" ,r-rsamtools)
|
|
||||||
("r-rtracklayer" ,r-rtracklayer)
|
|
||||||
("r-s4vectors" ,r-s4vectors)
|
|
||||||
("r-xvector" ,r-xvector)
|
|
||||||
("r-zlibbioc" ,r-zlibbioc)))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(home-page "https://bioconductor.org/packages/VariantAnnotation")
|
|
||||||
(synopsis "Package for annotation of genetic variants")
|
|
||||||
(description "This R package can annotate variants, compute amino acid
|
|
||||||
coding changes and predict coding outcomes.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public r-limma
|
(define-public r-limma
|
||||||
(package
|
(package
|
||||||
(name "r-limma")
|
(name "r-limma")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue