GNU bug report logs - #61854

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Tue, 28 Feb 2023 00:11:02 UTC

Severity: normal

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 61854 in the body.
You can then email your comments to 61854 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 rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#61854; Package guix-patches. (Tue, 28 Feb 2023 00:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to rekado <at> elephly.net, guix-patches <at> gnu.org. (Tue, 28 Feb 2023 00:11:02 GMT) Full text and rfc822 format available.

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

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Date: Tue, 28 Feb 2023 01:10:30 +0100
Date: Tue, 28 Feb 2023 01:07:34 +0100
Subject: [PATCH] gnu: Add r-chromomap.

* gnu/packages/cran.scm (r-chromomap): New variable.
---
 gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c80e98134a..5af741674c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -306,6 +306,42 @@ (define-public r-changepoint
     ;; Any version of the GPL.
     (license license:gpl3+)))
 
+;; The package sources include multiple non-mified js and v5.1.0 variant of d3.js
+;; The d3.js file is also non-minified and the file mention the version and the
+;; home-page.
+(define-public r-chromomap
+  (package
+    (name "r-chromomap")
+    (version "4.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "chromoMap" version))
+       (sha256
+        (base32 "1067h5d6jdbm811n7ayikhqfbcqmxbz5jgp05vf1sbln7qgn9l43"))))
+    (properties `((upstream-name . "chromoMap")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-htmltools r-htmlwidgets))
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=chromoMap")
+    (synopsis "Interactive genomic visualization of biological data")
+    (description
+     "This package provides interactive, configurable and graphics visualization
+of the chromosome regions of any living organism allowing users to map chromosome
+elements (like genes, SNPs etc.) on the chromosome plot.  It introduces a special
+plot viz. the \"chromosome heatmap\" that, in addition to mapping elements, can
+visualize the data associated with chromosome elements (like gene expression) in
+the form of heat colors.  Users can investigate the detailed information about the
+mappings (like gene names or total genes mapped on a location) or can view the
+magnified single or double stranded view of the chromosome at a location showing
+each mapped element in sequential order.  The package provide multiple features
+like visualizing multiple sets, chromosome heat-maps, group annotations, adding
+hyperlinks, and labelling.  The plots can be saved as HTML documents that can be
+customized and shared easily.  In addition, you can include them in R Markdown or
+in R Shiny applications.")
+    (license (list license:gpl3
+                   license:isc )))) ;; for d3 bundled js
+
 (define-public r-collections
   (package
     (name "r-collections")

base-commit: 9ae4846c502b75867b83180bb65d422ff838e4e6
-- 
2.39.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 02 Mar 2023 12:29:02 GMT) Full text and rfc822 format available.

Notification sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
bug acknowledged by developer. (Thu, 02 Mar 2023 12:29:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 61854-done <at> debbugs.gnu.org
Subject: Re: [bug#61854]
Date: Thu, 02 Mar 2023 13:27:55 +0100
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:

> Date: Tue, 28 Feb 2023 01:07:34 +0100
> Subject: [PATCH] gnu: Add r-chromomap.
>
> * gnu/packages/cran.scm (r-chromomap): New variable.

Applied with commit a7763e067d86908210758aab80d33e4f8b815b1c.

-- 
Ricardo




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

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

Previous Next


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