From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42968) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXjbA-0004Gb-BA for guix-patches@gnu.org; Thu, 21 Nov 2019 05:22:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXjb8-0002Ha-SQ for guix-patches@gnu.org; Thu, 21 Nov 2019 05:22:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42484) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXjb8-0002HW-Og for guix-patches@gnu.org; Thu, 21 Nov 2019 05:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXjb8-0000FF-Jo for guix-patches@gnu.org; Thu, 21 Nov 2019 05:22:02 -0500 Subject: bug#38259: [PATCH] gnu: Add r-harmony. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191118172216.21813-1-madalinionel.patrascu@mdc-berlin.de> Date: Thu, 21 Nov 2019 11:21:44 +0100 In-Reply-To: <20191118172216.21813-1-madalinionel.patrascu@mdc-berlin.de> ("=?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?="'s message of "Mon, 18 Nov 2019 18:22:16 +0100") Message-ID: <87ftihil6v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Cc: 38259-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello M=C4=83d=C4=83lin, M=C4=83d=C4=83lin Ionel Patra=C8=99cu = skribis: > * gnu/packages/bioinformatics.scm (r-harmony): New variable. Applied with the changes below. Thank you! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5da95d66a6..d1d17dc3d5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -15382,6 +15382,6 @@ containing the reference genome as well.") (synopsis "Fast, sensitive, and accurate integration of single cell data") (description "Harmony software is the R implementation of the algorithm with the same -name for single cell integration, described in Korsunsky et al 2018. Package +name for single cell integration, described in Korsunsky et al 2018. The package includes a standalone Harmony function and interfaces to external frameworks.") - (license license:gpl3)))) + (license license:gpl3+)))) --=-=-=--