GNU bug report logs -
#65688
[PATCH 2/2] gnu: Add r-trackviewer.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65688 in the body.
You can then email your comments to 65688 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65688
; Package
guix-patches
.
(Fri, 01 Sep 2023 20:46: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
guix-patches <at> gnu.org
.
(Fri, 01 Sep 2023 20:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-trackviewer): New variable.
---
gnu/packages/bioconductor.scm | 42 +++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 88592c4f71..0070d7777c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9931,6 +9931,48 @@ (define-public r-tkwidgets
"This package implements widgets to provide user interfaces.")
(license license:artistic2.0)))
+(define-public r-trackviewer
+ (package
+ (name "r-trackviewer")
+ (version "1.36.2")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "trackViewer" version))
+ (sha256
+ (base32
+ "1ngfpd308y8i3vgv07cggk2azs64lsyyc9zfi3pz0gapr33ha6a1"))))
+ (properties `((upstream-name . "trackViewer")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-annotationdbi
+ r-biocgenerics
+ r-genomeinfodb
+ r-genomicalignments
+ r-genomicfeatures
+ r-genomicranges
+ r-graph
+ r-grimport
+ r-gviz
+ r-htmlwidgets
+ r-interactionset
+ r-iranges
+ r-plotrix
+ r-rgraphviz
+ r-rhdf5
+ r-rsamtools
+ r-rtracklayer
+ r-s4vectors
+ r-scales
+ r-strawr))
+ (native-inputs (list esbuild r-knitr))
+ (home-page "https://bioconductor.org/packages/trackViewer")
+ (synopsis "Web interface for interactive multi-omics data analysis")
+ (description
+ "TrackViewer offers multi-omics analysis with web based tracks and lollipops.
+Visualize mapped reads along with annotation as track layers for NGS dataset
+such as @code{ChIP-seq,} RNA-seq, @code{miRNA-seq,} DNA-seq, SNPs and
+methylation data.")
+ (license license:gpl2+)))
+
(define-public r-transcriptr
(package
(name "r-transcriptr")
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Sat, 02 Sep 2023 09:58:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Sat, 02 Sep 2023 09:58:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 65688-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch!
This one needed a little more work. The “esbuild” in the native inputs
was added by the importer because the package includes minified
JavaScript files.
Luckily it’s just one file and we can replace it easily. I’ve made the
necessary changes and pushed it with commit
8c0c94bf9f70a9252cd6f4261d2bce6bdba2bd0b 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
.
(Sat, 30 Sep 2023 11:24:33 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.