guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-guitar.


From: guix-commits
Subject: branch master updated: gnu: Add r-guitar.
Date: Tue, 04 May 2021 09:37:25 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bee797f  gnu: Add r-guitar.
bee797f is described below

commit bee797fa930e9357dcdf878526e75363f81ac4e7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 15:37:04 2021 +0200

    gnu: Add r-guitar.
    
    * gnu/packages/bioconductor.scm (r-guitar): New variable.
---
 gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9b49c6e..599704b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11168,6 +11168,38 @@ export to genome browser viewable files, and functions 
for enrichment
 analyses.")
     (license license:artistic2.0)))
 
+(define-public r-guitar
+  (package
+    (name "r-guitar")
+    (version "2.6.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "Guitar" version))
+       (sha256
+        (base32
+         "0lvfrpgrvmrz4f4qmsii70hw10h72zh1g1alv2sf6a6ixhndm0mz"))))
+    (properties `((upstream-name . "Guitar")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)
+       ("r-dplyr" ,r-dplyr)
+       ("r-genomicfeatures" ,r-genomicfeatures)
+       ("r-genomicranges" ,r-genomicranges)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-knitr" ,r-knitr)
+       ("r-magrittr" ,r-magrittr)
+       ("r-rtracklayer" ,r-rtracklayer)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://bioconductor.org/packages/Guitar";)
+    (synopsis "Visualize genomic features")
+    (description
+     "This package is designed for visualization of RNA-related genomic
+features with respect to the landmarks of RNA transcripts, i.e., transcription
+starting site, start codon, stop codon and transcription ending site.")
+    (license license:gpl2)))
+
 (define-public r-sushi
   (package
     (name "r-sushi")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]