GNU bug report logs - #75727
[PATCH] gnu: Add r-sigfit.

Previous Next

Package: guix-patches;

Reported by: Alexis Simon <alexis.simon <at> runbox.com>

Date: Tue, 21 Jan 2025 12:26: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 75727 in the body.
You can then email your comments to 75727 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#75727; Package guix-patches. (Tue, 21 Jan 2025 12:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexis Simon <alexis.simon <at> runbox.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 Jan 2025 12:26:02 GMT) Full text and rfc822 format available.

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

From: Alexis Simon <alexis.simon <at> runbox.com>
To: guix-patches <at> gnu.org
Cc: Alexis Simon <alexis.simon <at> runbox.com>
Subject: [PATCH] gnu: Add r-sigfit.
Date: Tue, 21 Jan 2025 13:23:32 +0100
* gnu/packages/bioinformatics.scm (r-sigfit): New variable.

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c98f6022bf..899606b195 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1526,6 +1526,42 @@ (define-public r-saige
 tests in large cohorts and biobanks (SAIGE-GENE+).")
       (license license:gpl2+))))
 
+(define-public r-sigfit
+  (package
+    (name "r-sigfit")
+    (version "2.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kgori/sigfit")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "16r6m8p90rnb4hxl86fz3kbals3626232i8fj0zhhd23p89z3w4v"))))
+    (properties `((upstream-name . "sigfit")))
+    (build-system r-build-system)
+    (native-inputs (list r-codetools))
+    (propagated-inputs (list r-rcpp
+                             r-rstan
+                             r-rstantools
+                             r-coda
+                             r-clue
+                             r-knitr
+                             r-rmarkdown
+                             r-bh
+                             r-rcppeigen
+                             r-stanheaders))
+    (home-page "https://github.com/kgori/sigfit")
+    (synopsis "Flexible Bayesian inference of mutational signatures")
+    (description
+     "R package to estimate signatures of mutational processes and their
+activities on mutation count data. Starting from a set of single-nucleotide
+variants (SNVs), it allows both estimation of the exposure of samples to
+predefined mutational signatures (including whether the signatures are
+present at all), and identification of signatures de novo from the mutation counts.")
+    (license license:gpl3)))
+
 (define-public r-singlet
   (let ((commit "765a6c45081807a1522f0e8983e2417822a36f36")
         (revision "1"))

base-commit: cf34ba66cf614358dfac925212d6a9074e318d80
-- 
2.45.2





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Wed, 22 Jan 2025 21:17:02 GMT) Full text and rfc822 format available.

Notification sent to Alexis Simon <alexis.simon <at> runbox.com>:
bug acknowledged by developer. (Wed, 22 Jan 2025 21:17:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 75727-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-sigfit.
Date: Wed, 22 Jan 2025 22:15:47 +0100
Thanks for the patch.  Applied with commit
cc678d0e4d67073943e75053c5e450c4df700b42 to the master branch.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 20 Feb 2025 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 177 days ago.

Previous Next


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