GNU bug report logs - #70730
[PATCH] gnu: Add r-memes.

Previous Next

Package: guix-patches;

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

Date: Fri, 3 May 2024 09:23:02 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 70730 in the body.
You can then email your comments to 70730 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#70730; Package guix-patches. (Fri, 03 May 2024 09:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to nafkhamdc <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 May 2024 09:23:02 GMT) Full text and rfc822 format available.

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

From: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-memes.
Date: Fri, 3 May 2024 09:19:33 +0000
* gnu/packages/bioconductor.scm (r-memes): New variable.

Change-Id: Ibdf5173d35ef81d27da6831148e66be83f856deb
---
 gnu/packages/bioconductor.scm | 47 +++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0fca094977..5029afbefa 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2092,6 +2092,53 @@ (define-public r-macrophage
 in Nature Genetics, January 2018.")
     (license license:gpl2+)))
 
+(define-public r-memes
+  (let ((commit "55f0df1fe65c8ead5252542fdc0da0ff2339049e")
+        (revision "1"))
+    (package
+      (name "r-memes")
+      (version (git-version "1.11.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/snystrom/memes")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0mp3a610v293prmyid3w1w8fkjkppjnim60h7p9vz2884d0wdvk4"))))
+      (properties `((upstream-name . "memes")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-biostrings
+                               r-cmdfun
+                               r-dplyr
+                               r-genomicranges
+                               r-ggplot2
+                               r-ggseqlogo
+                               r-magrittr
+                               r-matrixstats
+                               r-patchwork
+                               r-processx
+                               r-purrr
+                               r-readr
+                               r-rlang
+                               r-tibble
+                               r-tidyr
+                               r-universalmotif
+                               r-usethis
+                               r-xml2))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/snystrom/memes")
+      (synopsis
+       "Motif matching, comparison, and de novo discovery using the MEME Suite")
+      (description
+       "This package facilitates motif analysis using MEME Suite tools.
+Memes provides data aware utilities for using GRanges objects as
+entrypoints to motifanalysis, data structures for examining & editing
+motif lists, and novel data visualizations.  Memes functions and data
+structures are amenable to both base R and tidyverse workflows.")
+      (license license:expat))))
+
 (define-public r-methylclockdata
   (package
     (name "r-methylclockdata")

base-commit: aa9ac252206615713ab988d7068da9e14a9bccc0
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Sun, 05 May 2024 22:08:02 GMT) Full text and rfc822 format available.

Notification sent to nafkhamdc <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Sun, 05 May 2024 22:08:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 70730-done <at> debbugs.gnu.org
Subject: gnu: Add r-memes.
Date: Mon, 06 May 2024 00:06:49 +0200
Applied, thank you!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Jun 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 21 days ago.

Previous Next


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