From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 06/16] gnu: Add r-raremetals2. Date: Fri, 20 Jan 2017 22:26:44 +0100 Message-ID: <87lgu5mnhn.fsf@gnu.org> References: <20170117141141.11694-1-rekado@elephly.net> <20170117141141.11694-7-rekado@elephly.net> <87tw8tdg7w.fsf@gnu.org> <874m0tak75.fsf@elephly.net> 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]:52041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUghu-0002iD-Sn for guix-devel@gnu.org; Fri, 20 Jan 2017 16:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUghr-0006na-6s for guix-devel@gnu.org; Fri, 20 Jan 2017 16:26:50 -0500 In-Reply-To: <874m0tak75.fsf@elephly.net> (Ricardo Wurmus's message of "Fri, 20 Jan 2017 15:18:38 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> Ricardo Wurmus skribis: >> >>> * gnu/packages/bioinformatics.scm (r-raremetals2): New variable. >> >> [...] >> >>> + (home-page "http://genome.sph.umich.edu/wiki/RareMETALS2") >>> + (synopsis "Analyze gene-level association tests for binary trait") >>> + (description >>> + "The R package rareMETALS2 is an extension of the R package rareM= ETALS. >>> +It was designed to meta-analyze gene-level association tests for binar= y trait. >>> +While rareMETALS offers a near-complete solution for meta-analysis of >>> +gene-level tests for quantitative trait, it does not offer the optimal >>> +solution for binary trait. The package rareMETALS2 offers improved fe= atures >>> +for analyzing gene-level association tests in meta-analyses for binary >>> +trait.") >>> + (license license:gpl3))) >> >> The only piece of licensing info I could find is this line in >> =E2=80=98DESCRIPTION=E2=80=99: >> >> License: GPL3 >> >> Does that mean =E2=80=9Cversion 3 only=E2=80=9D or =E2=80=9Cany later ve= rsion=E2=80=9D? > > It means =E2=80=9Cversion 3 only=E2=80=9D. To indicate =E2=80=9Cany late= r version=E2=80=9D the > DESCRIPTION file would have to state =E2=80=9CGPL (>=3D 3)=E2=80=9D. The= importer knows > about these conventions and generally does the right thing. (It didn=E2= =80=99t > always do that in the past, though.) Oh, perfect then. Ludo=E2=80=99.