mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add r-pfam-db.
* gnu/packages/bioconductor.scm (r-pfam-db): New variable.
This commit is contained in:
parent
4ca2d6c1a6
commit
83b4209122
1 changed files with 22 additions and 0 deletions
|
@ -810,6 +810,28 @@ (define-public r-do-db
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue