all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56950] [PATCH] gnu: Add r-phylotools.
@ 2022-08-03 12:49 Mădălin Ionel Patrașcu
  2022-08-03 13:27 ` bug#56950: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-08-03 12:49 UTC (permalink / raw)
  To: 56950; +Cc: rekado

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56950: [PATCH] gnu: Add r-phylotools.
  2022-08-03 12:49 [bug#56950] [PATCH] gnu: Add r-phylotools Mădălin Ionel Patrașcu
@ 2022-08-03 13:27 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-08-03 13:27 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 56950-done


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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-03 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 12:49 [bug#56950] [PATCH] gnu: Add r-phylotools Mădălin Ionel Patrașcu
2022-08-03 13:27 ` bug#56950: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.