GNU bug report logs - #71339
[PATCH] gnu: Add r-scent.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Mon, 3 Jun 2024 14:22: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 71339 in the body.
You can then email your comments to 71339 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#71339; Package guix-patches. (Mon, 03 Jun 2024 14:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Jun 2024 14:22:02 GMT) Full text and rfc822 format available.

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

From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-scent.
Date: Mon, 3 Jun 2024 14:19:55 +0000
* gnu/packages/bioinformatics.scm (r-scent): New variable.

Change-Id: Ie517c0619683590f630013982e831fad528c1dea
---
 gnu/packages/bioinformatics.scm | 37 +++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cecd94bbb7..cdda029809 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1171,6 +1171,43 @@ (define-public r-scenic
       ;; GPLv3.
       (license license:gpl3))))
 
+(define-public r-scent
+  (let ((commit "f01f18ac30f8a9bcf85b738c6c7815017e2c8ee5")
+        (revision "1"))
+    (package
+      (name "r-scent")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/immunogenomics/SCENT")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "18krksy8ac7yy8hghzaxscj91c61j195yg7j60zswdq97islvfzi"))))
+      (properties `((upstream-name . "SCENT")))
+      (build-system r-build-system)
+      (inputs (list bedtools))
+      (propagated-inputs (list r-boot
+                               r-data-table
+                               r-hmisc
+                               r-lme4
+                               r-mass
+                               r-matrix
+                               r-r-utils
+                               r-stringr))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/immunogenomics/SCENT")
+      (synopsis
+       "Single-Cell enhancer target gene mapping for multimodal single-cell data")
+      (description
+       "This package contains functions for the SCENT algorithm.
+SCENT uses single-cell multimodal data and links ATAC-seq peaks
+to their target genes by modeling association between chromatin
+accessibility and gene expression across individual single cells.")
+      (license license:expat))))
+
 (define-public r-saige
   (let ((commit "c6717ba9c5a967bcf612e97566d845397b1b7167")
         (revision "1"))

base-commit: 1615084a9a4115d48b75b3db048761e7534efc87
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 18 Jun 2024 07:28:02 GMT) Full text and rfc822 format available.

Notification sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Tue, 18 Jun 2024 07:28:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 71339-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-scent.
Date: Tue, 18 Jun 2024 09:27:34 +0200
Thanks for the patch.  Applied!

-- 
Ricardo




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

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

Previous Next


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