GNU bug report logs - #62187
[PATCH 1/2] gnu: Add r-premessa.

Previous Next

Package: guix-patches;

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

Date: Tue, 14 Mar 2023 15:03:03 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 62187 in the body.
You can then email your comments to 62187 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#62187; Package guix-patches. (Tue, 14 Mar 2023 15:03:03 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 guix-patches <at> gnu.org. (Tue, 14 Mar 2023 15:03:03 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 1/2] gnu: Add r-premessa.
Date: Tue, 14 Mar 2023 15:01:29 +0000
* gnu/packages/bioinformatics.scm (r-premessa): New variable.
---
 gnu/packages/bioinformatics.scm | 37 +++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 06f9eb8ee3..7025ccd93d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8803,6 +8803,43 @@ (define-public r-pando
 regions for each transcription factor.")
     (license license:expat)))
 
+(define-public r-premessa
+  (let ((commit "68b42bb984637d0f3ad6a0ecc83e9278994afc85")
+        (revision "1"))
+    (package
+      (name "r-premessa")
+      (version (git-version "0.3.4" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/ParkerICI/premessa")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1l0q431zk0lvg22130nx84gdqi7cpl05yah4am63lbx6m4c769pb"))))
+      (properties `((upstream-name . "premessa")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-data-table
+                               r-flowcore
+                               r-ggplot2
+                               r-gridextra
+                               r-hexbin
+                               r-jsonlite
+                               r-reshape
+                               r-rhandsontable
+                               r-shiny
+                               r-shinyjqui))
+      (native-inputs (list esbuild))
+      (home-page "https://github.com/ParkerICI/premessa")
+      (synopsis
+       "This package is for pre-processing of flow and mass cytometry data")
+      (description
+       "This is an R package for pre-processing of flow and mass cytometry data.
+This package includes panel editing or renaming for FCS files, bead-based
+normalization and debarcoding.")
+      (license license:gpl3))))
+
 (define-public r-presto
   (let ((commit "052085db9c88aa70a28d11cc58ebc807999bf0ad")
         (revision "0"))
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 14 Mar 2023 18:14:01 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Tue, 14 Mar 2023 18:14:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 62187-done <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add r-premessa.
Date: Tue, 14 Mar 2023 19:13:18 +0100
Pushed with commit 204c51cac44809dc352c86bb33332fc75e2b0056.
I had to replace the bundled d3.min.js with a variant built from source.

Note that this is why the importer added esbuild (a JS compiler/bundler)
to the native inputs.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 12 Apr 2023 11:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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