From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add GDSL and bwa-pssm. Date: Tue, 1 Mar 2016 11:08:21 +0100 Message-ID: References: <20160229215338.GC23259@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aahEG-0002Lz-Si for guix-devel@gnu.org; Tue, 01 Mar 2016 05:08:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aahED-0005oG-Ns for guix-devel@gnu.org; Tue, 01 Mar 2016 05:08:32 -0500 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:49965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aahED-0005nz-Eu for guix-devel@gnu.org; Tue, 01 Mar 2016 05:08:29 -0500 In-Reply-To: <20160229215338.GC23259@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 Leo Famulari writes: > On Mon, Feb 29, 2016 at 03:14:43PM +0100, Ricardo Wurmus wrote: >> * gnu/packages/datastructures.scm (gdsl): New variable. > > Looks good to me. > >> * gnu/packages/bioinformatics.scm (bwa-pssm): New variable. > > Fascinating package! It looks good to me. Thanks for the review. I pushed both. ~~ Ricardo