From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 16:27:36 2021 Received: (at 48575) by debbugs.gnu.org; 21 May 2021 20:27:36 +0000 Received: from localhost ([127.0.0.1]:37771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkBk7-0000JC-Q3 for submit@debbugs.gnu.org; Fri, 21 May 2021 16:27:36 -0400 Received: from mail-wr1-f51.google.com ([209.85.221.51]:42585) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkBjR-0000Ad-QJ for 48575@debbugs.gnu.org; Fri, 21 May 2021 16:27:07 -0400 Received: by mail-wr1-f51.google.com with SMTP id x8so22193552wrq.9 for <48575@debbugs.gnu.org>; Fri, 21 May 2021 13:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=RU452Q1zmzpGVME6dqq576fIYB4sfqPUGhPKFL8Dypc=; b=JYNqG9+O3CUierfef2JrD4tZm/818Q64IcDTEViFiy7BiSbPxXkkHjF40iWkLsY8/C wQqFgcy0k42BAqQkzg6RkVpoG4HcLYpe+V2szsW9EBG5VksJ1I8iOqK3QIR6l6FITqZo 4CQ6/9RSfStxdyt4S9pE4t4Gc3r3B0+ffpn24FBjOEwV95UxBT1RoYsCn2cp9FKfBaqJ UIJrC7Gc1+i5ranKkFOo9z4KkBzS/b5hMFklWaN7gjY8fJzFH0EuLwhSG1AEzZ7lbJ6O 3mVJJoBDhA04JgYw6rx5K/VdpMKONapCOxJ96o6k/gyabGKApLGKF2mW6w/ab9EkAgYp lDRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=RU452Q1zmzpGVME6dqq576fIYB4sfqPUGhPKFL8Dypc=; b=NT8VSY4oJ06IhIrcW2kAmKd4BuzIgmX7Q1djLbKiEuP+nh3Vgtquavhjd+2h6peroY F06k212k9l0F4hstNKpjr+EDrC+LoqK8ewG2hf8TUt1W9qh8+00jsQpUfh+LrAnG1BiO ScRfd/LVaduQiMw6V+4hWnreOYzuctHC88XeeKsZjUg73XRPcp5MByFgulO7CVvbaUce EQ+pTe21B37kwjeenjyGCeI2zxHoANPgLiAFxVG18RyBGMNlrwKITBb5i8j6LNM1ZYkP /AnYT+m5ShklkXWrHY5gVySACLzNihLuZrLWqJFP1w6CgOG+EzI5C0g8t5JoQeXYIWbt U92A== X-Gm-Message-State: AOAM530baOYKUTCj3GfHHyQMTnu5JEQk1uYxWTrsj3wUYmRoy1OYqFro V+fdnniDsXiwiYPfgd8We3v/PYduIFo= X-Google-Smtp-Source: ABdhPJzsQQn9eLwJNcOTEMhoSPhjmvKsV4C2xwchzHxMwjf8R1myWE2JbdFT//zWIGlipW1zzsrhKg== X-Received: by 2002:a5d:59a4:: with SMTP id p4mr11657924wrr.248.1621628808380; Fri, 21 May 2021 13:26:48 -0700 (PDT) Received: from localhost.localdomain ([193.48.40.110]) by smtp.gmail.com with ESMTPSA id j18sm542711wmq.27.2021.05.21.13.26.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 May 2021 13:26:48 -0700 (PDT) From: zimoun To: 48575@debbugs.gnu.org. Subject: [PATCH 29/50] gnu: r-affyio: Move to (gnu packages bioconductor). Date: Fri, 21 May 2021 22:26:01 +0200 Message-Id: <20210521202622.26591-29-zimon.toutoune@gmail.com> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210521202622.26591-1-zimon.toutoune@gmail.com> References: <20210521202622.26591-1-zimon.toutoune@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48575 Cc: zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/bioinformatics.scm (r-affyio): Move from here... * gnu/packages/bioconductor.scm (r-affyio): ...to here. --- gnu/packages/bioconductor.scm | 24 ++++++++++++++++++++++++ gnu/packages/bioinformatics.scm | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c63d39dc9c..d0ebcf8481 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1694,6 +1694,30 @@ problems in CEL-level data to help evaluate performance of quality metrics.") to streamline the more common analyses that a Biostatistician might see.") (license license:artistic2.0))) +(define-public r-affyio + (package + (name "r-affyio") + (version "1.60.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "affyio" version)) + (sha256 + (base32 + "14xnzrxrvgxgixjhq5a9fdgcmrxam2j74hwidkc9if92ffv6s83h")))) + (build-system r-build-system) + (propagated-inputs + `(("r-zlibbioc" ,r-zlibbioc))) + (inputs + `(("zlib" ,zlib))) + (home-page "https://github.com/bmbolstad/affyio") + (synopsis "Tools for parsing Affymetrix data files") + (description + "This package provides routines for parsing Affymetrix data files based +upon file format information. The primary focus is on accessing the CEL and +CDF file formats.") + (license license:lgpl2.0+))) + (define-public r-affxparser (package (name "r-affxparser") diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1c90700c95..7256df3f83 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8934,30 +8934,6 @@ proteowizard library for mzML and mzIdentML. The netCDF reading code has previously been used in XCMS.") (license license:artistic2.0))) -(define-public r-affyio - (package - (name "r-affyio") - (version "1.60.0") - (source - (origin - (method url-fetch) - (uri (bioconductor-uri "affyio" version)) - (sha256 - (base32 - "14xnzrxrvgxgixjhq5a9fdgcmrxam2j74hwidkc9if92ffv6s83h")))) - (build-system r-build-system) - (propagated-inputs - `(("r-zlibbioc" ,r-zlibbioc))) - (inputs - `(("zlib" ,zlib))) - (home-page "https://github.com/bmbolstad/affyio") - (synopsis "Tools for parsing Affymetrix data files") - (description - "This package provides routines for parsing Affymetrix data files based -upon file format information. The primary focus is on accessing the CEL and -CDF file formats.") - (license license:lgpl2.0+))) - (define-public r-vsn (package (name "r-vsn") -- 2.30.1