From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] Add CD-HIT Date: Fri, 11 Mar 2016 11:02:32 -0500 Message-ID: <56E2EC18.3020600@uq.edu.au> References: 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]:42841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePWd-0006CN-Uq for guix-devel@gnu.org; Fri, 11 Mar 2016 11:02:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aePWY-00027u-TD for guix-devel@gnu.org; Fri, 11 Mar 2016 11:02:51 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:52395 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePWY-00027M-B1 for guix-devel@gnu.org; Fri, 11 Mar 2016 11:02:46 -0500 In-Reply-To: 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 , guix-devel Hi Ricardo, Looks good, and much the same as the patch I hadn't got around to submitting minus your good work with determinism. On 11/03/16 09:18, Ricardo Wurmus wrote: > + (description > + "CD-HIT is a program for clustering and comparing protein or nucleotide > +sequences. CD-HIT is very fast and can handle extremely large databases. > +CD-HIT helps to significantly reduce the computational and manual efforts in > +many sequence analysis tasks and aids in understanding the data structure and > +correct the bias within a dataset.") I didn't understand that last sentence, and I thought the 2nd sentence was a bit too opinionated. In my patch the description was simply: + (description + "CD-HIT is a program for clustering and comparing protein or nucleotide +sequences. CD-HIT is designed to be fast and handle extremely large +databases.") HTH, ben