diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-05-21 22:25:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-31 15:35:53 +0200 |
commit | f3b50aa4fd0c431814c70f02fea62bfcffeebbd4 (patch) | |
tree | 48962a419fae24d4d9b526b2b22c49838fe52ea8 /gnu/packages/bioinformatics.scm | |
parent | 14fb30e5f68dca6c64508ce3accce0a1722b118b (diff) | |
download | guix-f3b50aa4fd0c431814c70f02fea62bfcffeebbd4.tar.gz guix-f3b50aa4fd0c431814c70f02fea62bfcffeebbd4.zip |
gnu: r-go-db: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-go-db): Move from here...
* gnu/packages/bioconductor.scm (r-go-db): ...to here.
[source]: Replace 'string-append' by 'bioconductor-uri' with 'annotation.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fa57451bdc..1396631591 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7952,30 +7952,6 @@ including VCF header and contents in RDF and JSON.") (home-page "https://github.com/vcflib/bio-vcf") (license license:expat))) -(define-public r-go-db - (package - (name "r-go-db") - (version "3.7.0") - (source (origin - (method url-fetch) - (uri (string-append "https://www.bioconductor.org/packages/" - "release/data/annotation/src/contrib/GO.db_" - version ".tar.gz")) - (sha256 - (base32 - "0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5")))) - (properties - `((upstream-name . "GO.db"))) - (build-system r-build-system) - (propagated-inputs - `(("r-annotationdbi" ,r-annotationdbi))) - (home-page "https://bioconductor.org/packages/GO.db") - (synopsis "Annotation maps describing the entire Gene Ontology") - (description - "The purpose of this GO.db annotation package is to provide detailed -information about the latest version of the Gene Ontologies.") - (license license:artistic2.0))) - (define-public r-spp (package (name "r-spp") |