From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] Add SortMeRNA. Date: Mon, 25 Jan 2016 08:36:38 +1000 Message-ID: <56A551F6.3010203@uq.edu.au> References: <56A21CC6.3010906@uq.edu.au> <20160122203556.GA27665@jasmine> <56A2A559.6010702@uq.edu.au> <20160122230017.GA30057@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNTHJ-0000Re-3X for guix-devel@gnu.org; Sun, 24 Jan 2016 17:37:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNTHB-0003XG-K6 for guix-devel@gnu.org; Sun, 24 Jan 2016 17:37:01 -0500 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:41380 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNTHB-0003WH-1y for guix-devel@gnu.org; Sun, 24 Jan 2016 17:36:53 -0500 In-Reply-To: <20160122230017.GA30057@jasmine> 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: Leo Famulari Cc: "guix-devel@gnu.org" On 23/01/16 09:00, Leo Famulari wrote: > On Sat, Jan 23, 2016 at 07:55:37AM +1000, Ben Woodcroft wrote: >> On 23/01/16 06:35, Leo Famulari wrote: >>> On Fri, Jan 22, 2016 at 10:12:54PM +1000, Ben Woodcroft wrote: >> [..] >> >> Thanks Leo. As well as responding to your review the attached patch breaks >> out the rRNA databases out into a separate output "db", removing 73MB from >> the default package. Is "db" a good name? > Sounds like a good name. It's a good idea to split the package up if the > database is not necessary for a basic installation. I haven't used > multiple outputs in my packages yet so I can't say if your > implementation is correct or not. I went ahead and pushed just now. Thanks for the reviews. ben