[PATCH] gnu: Add r-phylotools.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mădălin Ionel Patrașcu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Mădălin Ionel Patrașcu
Severity
normal

Debbugs page

Mădălin Ionel Patrașcu wrote 3 years ago
(address . guix-patches@gnu.org)
20220803124919.7992-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/cran.scm (r-phylotools): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (38 lines)
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
Ricardo Wurmus wrote 3 years ago
(name . Mădălin Ionel Patrașcu)(address . madalinionel.patrascu@mdc-berlin.de)(address . 56950-done@debbugs.gnu.org)
87k07p4ftm.fsf@elephly.net
Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

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

This was already added with commit 20f9473532dd288c536581df2573ece2079f7a27.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 56950@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56950
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help