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 bedtools Date: Tue, 16 Dec 2014 18:18:27 +0100 Message-ID: <87mw6n7bto.fsf@gnu.org> References: <87fvckyrrg.fsf@netris.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]:54315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0vla-0005Gk-Il for guix-devel@gnu.org; Tue, 16 Dec 2014 12:18:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0vlV-00029a-3j for guix-devel@gnu.org; Tue, 16 Dec 2014 12:18:34 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0vlU-00029Q-Sa for guix-devel@gnu.org; Tue, 16 Dec 2014 12:18:29 -0500 In-Reply-To: (Ricardo Wurmus's message of "Mon, 15 Dec 2014 16:46:13 +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: > Thanks for the review and the suggestions. Attached is an updated patch > for bedtools. > > Python has been marked as a native input as it is only required at build > time to run a script that creates shell script wrappers for the various > executables. I hope that's correct. Yes it is. > From 5d1d383417992369e6fa3f81331e87471183ffc6 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 11 Dec 2014 17:37:16 +0100 > Subject: [PATCH] gnu: Add bedtools > > * gnu/packages/bioinformatics.scm (bedtools): New variable. Pushed. As John suggested, I changed the synopsis to "Tools for genome analysis and arithmetic", which is more rigorous and less marketingish. Let me know if you think this should be changed to something else. Thanks! Ludo=E2=80=99.