From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] gnu: Add SEEK. Date: Wed, 15 Jun 2016 15:31:39 +0200 Message-ID: <20160615133140.13125-1-ricardo.wurmus@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDAvD-0004cg-Uz for guix-devel@gnu.org; Wed, 15 Jun 2016 09:31:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDAv7-0005jn-Sz for guix-devel@gnu.org; Wed, 15 Jun 2016 09:31:54 -0400 Received: from leda.bbbm.mdc-berlin.de ([141.80.25.31]:36622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDAv7-0005jW-Hf for guix-devel@gnu.org; Wed, 15 Jun 2016 09:31:49 -0400 Received: from leda.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (leda.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gK926duN8kUC for ; Wed, 15 Jun 2016 15:31:42 +0200 (CEST) Received: from HTCATWO.mdc-berlin.net (htcatwo.dv10.mdc-berlin.de [141.80.180.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by leda.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Wed, 15 Jun 2016 15:31:42 +0200 (CEST) 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" To: guix-devel@gnu.org Hi Guix, here's another bioinformatics tool called "SEEK". It depends on a couple of patches I submitted earlier: * log4cpp in the new logging.scm module * gengetopt in popt.scm * the new mercurial downloader The first two have already been reviewed by Ludo and I'll push them to master soon. The package does not have any release tarballs and the installation notes just refer to individual commits as releases. This is why I needed to add the hg-download module. ~~ Ricardo Ricardo Wurmus (1): gnu: Add SEEK. gnu/packages/bioinformatics.scm | 74 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) -- 2.8.4