From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add bwa. Date: Sat, 14 Mar 2015 14:40:53 +0100 Message-ID: <871tkr3dei.fsf@gnu.org> References: 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]:44040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWmJG-0001FA-NM for guix-devel@gnu.org; Sat, 14 Mar 2015 09:40:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWmJD-00007W-IT for guix-devel@gnu.org; Sat, 14 Mar 2015 09:40:58 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWmJD-00007Q-Fl for guix-devel@gnu.org; Sat, 14 Mar 2015 09:40:55 -0400 In-Reply-To: (Ricardo Wurmus's message of "Thu, 12 Mar 2015 12:37:24 +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: > From 6c03af7501c53c06a808906ce7d4fbd431bbf1ba Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 12 Mar 2015 12:35:14 +0100 > Subject: [PATCH] gnu: Add bwa. > > * gnu/packages/bioinformatics.scm (bwa): New variable. [...] > + (synopsis "Burrows-Wheeler aligner") s/aligner/genome sequence aligner/ or something like that. > + (license license:gpl3))) GPLv3-only? Other than that LGTM, thanks! Ludo=E2=80=99.