unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 59567@debbugs.gnu.org
Subject: [bug#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.
Date: Fri, 25 Nov 2022 11:03:05 +0100	[thread overview]
Message-ID: <20221125100305.25836-1-navid.afkhami@mdc-berlin.de> (raw)

---
 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@mdc-berlin.de>
 ;;; Copyright © 2021, 2022 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2022 Navid Afkhami <navid.afkhami@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	other threads:[~2022-11-25 10:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 10:03 Navid Afkhami [this message]
2022-11-25 10:19 ` bug#59567: [PATCH] Add r-btools Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221125100305.25836-1-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=59567@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).