gnu: Add r-pfam-db.

* gnu/packages/bioconductor.scm (r-pfam-db): New variable.
master
Ricardo Wurmus 2019-09-15 20:57:26 +02:00
parent 4ca2d6c1a6
commit 83b4209122
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 22 additions and 0 deletions

View File

@ -810,6 +810,28 @@ annotations.")
Disease Ontology.")
(license license:artistic2.0)))
(define-public r-pfam-db
(package
(name "r-pfam-db")
(version "3.8.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "PFAM.db" version 'annotation))
(sha256
(base32
"0rn1arzzcniy3yyc4yc44vn40g0cqss37dhwnvsgxpfayqq1k59s"))))
(properties `((upstream-name . "PFAM.db")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)))
(home-page "https://bioconductor.org/packages/PFAM.db")
(synopsis "Set of protein ID mappings for PFAM")
(description
"This package provides a set of protein ID mappings for PFAM, assembled
using data from public repositories.")
(license license:artistic2.0)))
;;; Experiment data