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-motifrg.
Date: Wed, 6 Apr 2016 15:17:01 -0400 [thread overview]
Message-ID: <20160406191701.GF6333@jasmine> (raw)
In-Reply-To: <idjegai69bv.fsf@bimsb-sys02.mdc-berlin.net>
On Wed, Apr 06, 2016 at 05:33:24PM +0200, Ricardo Wurmus wrote:
> From 82d9056a23f72d87aa8baa90398695aefea55879 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Fri, 18 Mar 2016 12:16:17 +0100
> Subject: [PATCH] gnu: Add r-motifrg.
>
> * gnu/packages/bioinformatics.scm (r-motifrg): New variable.
LGTM!
I'm curious, is this for finding patterns "fuzzily"? Is that what is
meant by motif?
> ---
> gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
> index 7692361..23d427e 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -4827,6 +4827,33 @@ Stephens (1990).")
> by UCSC (hg19, February 2009) and stored in Biostrings objects.")
> (license license:artistic2.0)))
>
> +(define-public r-motifrg
> + (package
> + (name "r-motifrg")
> + (version "1.14.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (bioconductor-uri "motifRG" version))
> + (sha256
> + (base32
> + "1v9zm5629k2lcqbbgw8bwflvbircyxkfavbkvmbd212kgwcng8vn"))))
> + (properties `((upstream-name . "motifRG")))
> + (build-system r-build-system)
> + (propagated-inputs
> + `(("r-biostrings" ,r-biostrings)
> + ("r-bsgenome" ,r-bsgenome)
> + ("r-bsgenome.hsapiens.ucsc.hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
> + ("r-iranges" ,r-iranges)
> + ("r-seqlogo" ,r-seqlogo)
> + ("r-xvector" ,r-xvector)))
> + (home-page "http://bioconductor.org/packages/motifRG")
> + (synopsis "Discover motifs in high throughput sequencing data")
> + (description
> + "This package provides tools for discriminative motif discovery in high
> +throughput genetic sequencing data sets using regression methods.")
> + (license license:artistic2.0)))
> +
> (define-public r-qtl
> (package
> (name "r-qtl")
> --
> 2.1.0
>
>
next prev parent reply other threads:[~2016-04-06 19:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-06 15:33 [PATCH] Add r-motifrg Ricardo Wurmus
2016-04-06 19:17 ` Leo Famulari [this message]
2016-04-11 8:59 ` Ricardo Wurmus
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160406191701.GF6333@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 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).