unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Roel Janssen <roel@gnu.org>
Cc: guix-devel@gnu.org, guix-commits@gnu.org
Subject: Re: branch master updated: gnu: Add r-bisquerna.
Date: Wed, 09 Sep 2020 18:04:23 +0200	[thread overview]
Message-ID: <874ko76ins.fsf@elephly.net> (raw)
In-Reply-To: <20200909150314.13619.80121@vcs0.savannah.gnu.org>

Hi Roel,

> This is an automated email from the git hooks/post-receive script.
>
> roelj pushed a commit to branch master
> in repository guix.
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 0574446  gnu: Add r-bisquerna.
> 0574446 is described below
>
> commit 0574446be82ef54b925441e4283bf754a86918a9
> Author: Roel Janssen <roel@gnu.org>
> AuthorDate: Wed Sep 9 17:02:55 2020 +0200
>
>     gnu: Add r-bisquerna.
>     
>     * gnu/packages/bioinformatics.scm (r-bisquerna): New variable.
> ---
>  gnu/packages/bioinformatics.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
> index f8792ef..9f2fd86 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -7923,6 +7923,31 @@ manipulating genomic intervals and variables defined along a genome.")
>  on Bioconductor or which replace R functions.")
>      (license license:artistic2.0)))
>  
> +(define-public r-bisquerna
> +  (package
> +   (name "r-bisquerna")
> +   (version "1.0.4")
> +   (source (origin
> +            (method url-fetch)
> +            (uri (cran-uri "BisqueRNA" version))
> +            (sha256
> +             (base32
> +              "01g34n87ml7n3pck77497ddgbv3rr5p4153ac8ninpgjijlm3jw2"))))

Why is this in (gnu packages bioinformatics) and not in (gnu packages
cran)?

> +   (synopsis "Decomposition of Bulk Expression with Single-Cell
> Sequencing")

Please use lowercase where it would be normally used.

-- 
Ricardo


       reply	other threads:[~2020-09-09 16:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200909150314.13619.80121@vcs0.savannah.gnu.org>
2020-09-09 16:04 ` Ricardo Wurmus [this message]
2020-09-10 10:48   ` branch master updated: gnu: Add r-bisquerna Roel Janssen
2020-09-10 11:31     ` Ricardo Wurmus
2020-09-10 11:49       ` zimoun
2020-09-10 12:33         ` Ricardo Wurmus
2020-09-10 14:43       ` Roel Janssen
2020-09-11 18:13         ` zimoun

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=874ko76ins.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-commits@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=roel@gnu.org \
    /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).