emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56950: closed ([PATCH] gnu: Add r-phylotools.)


From: GNU bug Tracking System
Subject: bug#56950: closed ([PATCH] gnu: Add r-phylotools.)
Date: Wed, 03 Aug 2022 13:29:01 +0000

Your message dated Wed, 03 Aug 2022 15:27:43 +0200
with message-id <87k07p4ftm.fsf@elephly.net>
and subject line Re: [bug#56950] [PATCH] gnu: Add r-phylotools.
has caused the debbugs.gnu.org bug report #56950,
regarding [PATCH] gnu: Add r-phylotools.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56950: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56950
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-phylotools. Date: Wed, 3 Aug 2022 14:49:19 +0200
* gnu/packages/cran.scm (r-phylotools): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 094dd4e449..e90a4a9b08 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1376,6 +1376,29 @@ (define-public r-pheatmap
 control over dimensions and appearance.")
     (license license:gpl2+)))
 
+(define-public r-phylotools
+  (package
+    (name "r-phylotools")
+    (version "0.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "phylotools" version))
+              (sha256
+               (base32
+                "1dhk1ncp5zi4zl1xfnjz64v983dm7bq7iimfjin80j0bdcpps44w"))))
+    (properties `((upstream-name . "phylotools")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ape))
+    (home-page "https://github.com/helixcn/phylotools";)
+    (synopsis "Phylogenetic tools for eco-phylogenetics")
+    (description
+     "This package @code{phylotool} provides a collection of tools for building
+@dfn{RAxML} (Randomized Axelerated Maximum Likelihood) supermatrix using
+@code{PHYLIP} or aligned @code{FASTA} files.  These functions will be useful 
for
+building large dfn{phylogenies} (history of the evolution of a species or 
group)
+using multiple markers.")
+    (license license:gpl2)))
+
 (define-public r-pnwcolors
   (package
     (name "r-pnwcolors")

base-commit: c4e58c119d637ef434c4b52437f677dfb69eb091
-- 
2.37.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#56950] [PATCH] gnu: Add r-phylotools. Date: Wed, 03 Aug 2022 15:27:43 +0200 User-agent: mu4e 1.8.7; emacs 28.1
Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/cran.scm (r-phylotools): New variable.

This was already added with commit 20f9473532dd288c536581df2573ece2079f7a27.

-- 
Ricardo


--- End Message ---

reply via email to

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