guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: Add r-ape.


From: Ben Woodcroft
Subject: 10/10: gnu: Add r-ape.
Date: Fri, 10 Mar 2017 19:44:34 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 036cd0cb8b7af877841d08364bf30788a313af48
Author: Raoul Jean Pierre Bonnal <address@hidden>
Date:   Sat Mar 11 10:32:14 2017 +1000

    gnu: Add r-ape.
    
    * gnu/packages/bioinformatics.scm (r-ape): New variable.
    
    Co-authored-by: Ben Woodcroft <address@hidden>
---
 gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 866900d..6ff0942 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -96,6 +96,28 @@
   #: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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]