From: Leo Famulari <leo@famulari.name>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Add r-seqlogo.
Date: Wed, 6 Apr 2016 15:15:53 -0400 [thread overview]
Message-ID: <20160406191553.GE6333@jasmine> (raw)
In-Reply-To: <idjh9fe69ji.fsf@bimsb-sys02.mdc-berlin.net>
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
>
>
prev parent reply other threads:[~2016-04-06 19:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-06 15:28 [PATCH] Add r-seqlogo Ricardo Wurmus
2016-04-06 19:15 ` Leo Famulari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160406191553.GE6333@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=ricardo.wurmus@mdc-berlin.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.