From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add samtools Date: Fri, 12 Dec 2014 23:55:11 +0100 Message-ID: <87iohgqy0g.fsf@gnu.org> References: <878uie6pd9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzZ7G-0002iI-UB for guix-devel@gnu.org; Fri, 12 Dec 2014 17:55:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzZ7B-00046R-TA for guix-devel@gnu.org; Fri, 12 Dec 2014 17:55:18 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:47045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzZ7B-00045M-Lm for guix-devel@gnu.org; Fri, 12 Dec 2014 17:55:13 -0500 In-Reply-To: (Ricardo Wurmus's message of "Fri, 12 Dec 2014 10:48:57 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > Attached is an updated patch. > >>> + (synopsis "Efficient utilities on manipulating alignments in the S= AM format") >> >> What about =E2=80=9CUtilities to manipulate nucleotide sequence alignmen= ts=E2=80=9D, to >> make it clearer that it=E2=80=99s bioinfo-related? > > I chose to reword it as "Utilities to efficiently manipulate nucleotide > sequence alignments"; is this okay? Sure. > From c4cae6d77e00491cfd78fe03da8ab617bc1732f2 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 11 Dec 2014 15:48:22 +0100 > Subject: [PATCH] gnu: Add samtools > > * gnu/packages/bioinformatics.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it Applied, thank you! And welcome aboard! ;-) Ludo=E2=80=99.