GNU bug report logs - #59567
[PATCH] Added a new package, which is called r-btools. The package is a suite of R function for all types of microbial diversity analyses.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 25 Nov 2022 10:04:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59567 in the body.
You can then email your comments to 59567 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59567; Package guix-patches. (Fri, 25 Nov 2022 10:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Nov 2022 10:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] Added a new package,
 which is called r-btools. The package is a suite of R function for
 all types of microbial diversity analyses.
Date: Fri, 25 Nov 2022 11:03:05 +0100
---
 gnu/packages/bioinformatics.scm | 36 +++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6d7097c42c..448d0689a4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2021 Hong Li <hli <at> mdc-berlin.de>
 ;;; Copyright © 2021, 2022 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2022 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>	
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -535,6 +536,41 @@ (define-public pbcopper
 and utilities for PacBio C++ applications.")
       (license license:bsd-3))))
 
+(define-public r-btools
+  (let ((commit "fa21d4ca01d37ea4d98b45582453f3bf95cbc2b5")
+        (revision "1"))
+    (package
+      (name "r-btools")
+      (version (git-version "0.0.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/twbattaglia/btools")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0bca593dnxz6xdywpdi0ipli0paln2b3bfxxj0csnmj55ryrz428"))))
+      (properties `((upstream-name . "btools")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-biomformat
+                               r-coin
+                               r-deseq2
+                               r-dplyr
+                               r-genefilter
+                               r-phyloseq
+                               r-picante
+                               r-plotly
+                               r-reshape2
+                               r-stringr
+                               r-vegan))
+      (home-page "https://github.com/twbattaglia/btools")
+      (synopsis "R functiones for microbial diversity analyses")
+      (description
+       "An assortment of R functions that ist suitable
+for all types of microbial diversity analyses")
+      (license license:expat))))
+
 (define-public pbbam
   (package
     (name "pbbam")
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Fri, 25 Nov 2022 10:21:01 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Fri, 25 Nov 2022 10:21:02 GMT) Full text and rfc822 format available.

Message #10 received at 59567-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 59567-done <at> debbugs.gnu.org
Subject: [PATCH] Add r-btools
Date: Fri, 25 Nov 2022 11:19:24 +0100
Thanks for the patch!  I applied it with a few minor changes.  See
commit b095dac8e0aeb9a61ecffd53bfa6f60f49b31f54 for details.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Dec 2022 12:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.