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 fastlmm & pysnptools. Date: Fri, 26 Jun 2015 14:54:41 +0200 Message-ID: <87a8vmaaum.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]:44354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8TAB-0001L0-C8 for guix-devel@gnu.org; Fri, 26 Jun 2015 08:55:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8TA6-0008EO-4w for guix-devel@gnu.org; Fri, 26 Jun 2015 08:55:23 -0400 In-Reply-To: (Ricardo Wurmus's message of "Tue, 23 Jun 2015 13:17:01 +0200") 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 Ricardo Wurmus skribis: > From b88c44394c1a6e2e9a5932ac2a3a9b431408c742 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 12 Jun 2015 15:46:40 +0200 > Subject: [PATCH 1/2] gnu: Add python2-pysnptools. > > * gnu/packages/python.scm (python2-pysnptools): New variable. LGTM. > + (home-page "http://research.microsoft.com/en-us/um/redmond/projects/= mscompbio/") > + (synopsis "Library for reading and manipulating genetic data") > + (description > + "PySnpTools is a library for reading and manipulating genetic data.= ") Maybe add those sentences, taken from the web page, to make it more precise: It can, for example, efficiently read whole PLINK *.bed/bim/fam files or parts of those files. It can also efficiently manipulate ranges of integers using set operators such as union, intersection, and difference. > From add86a77f8371e9392f696bc0608a64a898803f8 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 12 Jun 2015 15:47:18 +0200 > Subject: [PATCH 2/2] gnu: Add python2-fastlmm. > > * gnu/packages/python.scm (python2-fastlmm): New variable. OK! Thanks, Ludo=E2=80=99.