mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-ape.
* gnu/packages/bioinformatics.scm (r-ape): New variable. Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
This commit is contained in:
parent
a409e8b52f
commit
036cd0cb8b
1 changed files with 22 additions and 0 deletions
|
@ -96,6 +96,28 @@ (define-module (gnu packages bioinformatics)
|
|||
#:use-module (gnu packages zip)
|
||||
#:use-module (srfi srfi-1))
|
||||
|
||||
(define-public r-ape
|
||||
(package
|
||||
(name "r-ape")
|
||||
(version "4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ape" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0959fiiy11rzfzrzaknmgrx64bhszj02l0ycz79k5a6bmpfzanlk"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://ape-package.ird.fr/")
|
||||
(synopsis "Analyses of phylogenetics and evolution")
|
||||
(description
|
||||
"This package provides functions for reading, writing, plotting, and
|
||||
manipulating phylogenetic trees, analyses of comparative data in a
|
||||
phylogenetic framework, ancestral character analyses, analyses of
|
||||
diversification and macroevolution, computing distances from DNA sequences,
|
||||
and several other tools.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public aragorn
|
||||
(package
|
||||
(name "aragorn")
|
||||
|
|
Loading…
Reference in a new issue