GNU bug report logs - #74115
[PATCH] gnu: Add r-fateid.

Previous Next

Package: guix-patches;

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

Date: Wed, 30 Oct 2024 18:35: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 74115 in the body.
You can then email your comments to 74115 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 laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#74115; Package guix-patches. (Wed, 30 Oct 2024 18:35:02 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 laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Wed, 30 Oct 2024 18:35: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>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-fateid.
Date: Wed, 30 Oct 2024 18:34:13 +0000
* gnu/packages/cran.scm (r-fateid): New variable.

Change-Id: If8d8dc20a0d377173a7428ebbfa238695a5d8002
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 212f305ba1..aa57134166 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1038,6 +1038,35 @@ (define-public r-emdist
 Distance (EMD).")
     (license license:expat)))
 
+(define-public r-fateid
+  (package
+    (name "r-fateid")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "FateID" version))
+       (sha256
+        (base32 "0sgvaqhqkmmkcsl53bm1jlfpzrvzfb5cz8k513nizfsi638vydlm"))))
+    (properties `((upstream-name . "FateID")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-locfit
+                             r-matrixstats
+                             r-pheatmap
+                             r-princurve
+                             r-randomforest
+                             r-rcolorbrewer
+                             r-rtsne
+                             r-som
+                             r-umap))
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=FateID")
+    (synopsis "Quantification of fate bias in multipotent progenitors")
+    (description
+     "This package computes cell fate bias for multi-lineage single-cell data.
+It also provides visualization tools for analyzing these biases.")
+    (license license:gpl3)))
+
 (define-public r-fuzzyjoin
   (package
     (name "r-fuzzyjoin")

base-commit: d6f775c30c6f47e174f6110d1089edc6315600e4
prerequisite-patch-id: 54292fa0b75533f02730e2da44993ad685d4a432
prerequisite-patch-id: 360575ef7e49c4e4e6b52644964df061856aee57
-- 
2.43.0





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Fri, 01 Nov 2024 11:28:03 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Fri, 01 Nov 2024 11:28:03 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 74115-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-fateid.
Date: Fri, 01 Nov 2024 12:27:30 +0100
Applied, thanks!

-- 
Ricardo




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

This bug report was last modified 205 days ago.

Previous Next


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