gnu: Add r-annotationforge.

* gnu/packages/bioinformatics.scm (r-annotationforge): New variable.
master
Ricardo Wurmus 2016-09-21 22:45:33 +02:00 committed by Ricardo Wurmus
parent 9e330278ee
commit e816377374
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 29 additions and 0 deletions

View File

@ -5170,6 +5170,35 @@ differential expression based on a model using the negative binomial
distribution.")
(license license:lgpl3+)))
(define-public r-annotationforge
(package
(name "r-annotationforge")
(version "1.14.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version))
(sha256
(base32
"1vkdd1qdv5g680ipw4vwjvn52xn66xpg6ngmwyknz77ckxnnpf4q"))))
(properties
`((upstream-name . "AnnotationForge")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)
("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-dbi" ,r-dbi)
("r-rsqlite" ,r-rsqlite)
("r-s4vectors" ,r-s4vectors)
("r-xml" ,r-xml)))
(home-page "http://bioconductor.org/packages/AnnotationForge")
(synopsis "Code for building annotation database packages")
(description
"This package provides code for generating Annotation packages and their
databases. Packages produced are intended to be used with AnnotationDbi.")
(license license:artistic2.0)))
(define-public vsearch
(package
(name "vsearch")