* [PATCH] Add r-seqlogo.
@ 2016-04-06 15:28 Ricardo Wurmus
2016-04-06 19:15 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2016-04-06 15:28 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-r-seqlogo.patch --]
[-- Type: text/x-patch, Size: 1525 bytes --]
From 1a23897008d3c0fc86459d111ad3847b404051b9 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Fri, 18 Mar 2016 12:15:24 +0100
Subject: [PATCH] gnu: Add r-seqlogo.
* gnu/packages/bioinformatics.scm (r-seqlogo): New variable.
---
gnu/packages/bioinformatics.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c7f50b9..b119fd2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4775,6 +4775,27 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
annotations for the genome of the model mouse Mus musculus.")
(license license:artistic2.0)))
+(define-public r-seqlogo
+ (package
+ (name "r-seqlogo")
+ (version "1.36.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "seqLogo" version))
+ (sha256
+ (base32
+ "0kn1a1nf2j4v9c09vjkz9bmxlln7yhg87bnyrdsxy1m55x56rn5k"))))
+ (properties `((upstream-name . "seqLogo")))
+ (build-system r-build-system)
+ (home-page "http://bioconductor.org/packages/seqLogo")
+ (synopsis "Sequence logos for DNA sequence alignments")
+ (description
+ "seqLogo takes the position weight matrix of a DNA sequence motif and
+plots the corresponding sequence logo as introduced by Schneider and
+Stephens (1990).")
+ (license license:lgpl2.0+)))
+
(define-public r-qtl
(package
(name "r-qtl")
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add r-seqlogo.
2016-04-06 15:28 [PATCH] Add r-seqlogo Ricardo Wurmus
@ 2016-04-06 19:15 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-04-06 19:15 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
On Wed, Apr 06, 2016 at 05:28:49PM +0200, Ricardo Wurmus wrote:
> From 1a23897008d3c0fc86459d111ad3847b404051b9 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Fri, 18 Mar 2016 12:15:24 +0100
> Subject: [PATCH] gnu: Add r-seqlogo.
>
> * gnu/packages/bioinformatics.scm (r-seqlogo): New variable.
LGTM!
> ---
> gnu/packages/bioinformatics.scm | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
> index c7f50b9..b119fd2 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -4775,6 +4775,27 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
> annotations for the genome of the model mouse Mus musculus.")
> (license license:artistic2.0)))
>
> +(define-public r-seqlogo
> + (package
> + (name "r-seqlogo")
> + (version "1.36.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (bioconductor-uri "seqLogo" version))
> + (sha256
> + (base32
> + "0kn1a1nf2j4v9c09vjkz9bmxlln7yhg87bnyrdsxy1m55x56rn5k"))))
> + (properties `((upstream-name . "seqLogo")))
> + (build-system r-build-system)
> + (home-page "http://bioconductor.org/packages/seqLogo")
> + (synopsis "Sequence logos for DNA sequence alignments")
> + (description
> + "seqLogo takes the position weight matrix of a DNA sequence motif and
> +plots the corresponding sequence logo as introduced by Schneider and
> +Stephens (1990).")
> + (license license:lgpl2.0+)))
> +
> (define-public r-qtl
> (package
> (name "r-qtl")
> --
> 2.1.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-06 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 15:28 [PATCH] Add r-seqlogo Ricardo Wurmus
2016-04-06 19:15 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).