From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 16:27:43 2021 Received: (at 48575) by debbugs.gnu.org; 21 May 2021 20:27:43 +0000 Received: from localhost ([127.0.0.1]:37789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkBkE-0000KL-MF for submit@debbugs.gnu.org; Fri, 21 May 2021 16:27:43 -0400 Received: from mail-wr1-f54.google.com ([209.85.221.54]:42601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkBjc-0000Cz-HM for 48575@debbugs.gnu.org; Fri, 21 May 2021 16:27:10 -0400 Received: by mail-wr1-f54.google.com with SMTP id x8so22193819wrq.9 for <48575@debbugs.gnu.org>; Fri, 21 May 2021 13:27:04 -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=WTJ0QKwfkRwMUejAmpqr+O0CLj6EkllRvJX9rei3i0w=; b=WKFR21DO7KlMgwuCIOVQDFbiHZxqRr0lEKp4SNxLGF7K5JZqbJA8XJpLSzOg7yzGzF n/e0Jx3WbWODAWKzPT7UcyITg7Sc9Pz1aR+e9vZ0QqpAoZhvz/ByGEjPGZ/IDAyiQaAQ VLbUE/iIxQhkFrmVC1PoZO5UySSQJUEEJtgo/4n4TNBDqqeD/S6p9mjycoC7HP+0YeFm tgk9o83HGvLQGITc7VTIzDskTEB7ONigU+niH3rCewvx9FG96X0zDt05f79ZMYfXd/VJ eVH2CWZnZQsluBZ79MSnORJkocCDc7VFhkfFZ568SPHu9uIW0C1Wyhbcu5IOTQpPUFOa KyTw== 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=WTJ0QKwfkRwMUejAmpqr+O0CLj6EkllRvJX9rei3i0w=; b=nyfh4GEkbhgyTDYQMPJ4O7DmCNf680coJMTgttt6k6D2vycrFXsMs5LUxjnvUHggXw iiQtM1VhpGROn8FCY8SPxtk7pme1Hgsp2Awr8Dx2ADMZ5xkz4XSQuVSdmEk0ipmsuOQt YGIeoiTanzNnAO5PJB3WKfyzKvrbYiYWabV2QvoYSdxcnDTcbpkyyutXX10hdbFOGHfu GbeHHkoFIhqPrwkubtbWdFSe6mT7thKCh8WYncOwufH2nHeXby2s8BgBYz+/6d1oOjdg bgMQOjDlJTNA7Iew5LJBgQRROca+8SGdqb/u+hTmJvPDpohQGDLa1AYUNNLFPYs9d+YU ckuQ== X-Gm-Message-State: AOAM533b2cKJCuHehYyK2RAu/eaP60hdaZVFuMATc+G7Ze2OMosmpKz0 cuDMBMz6XTun2/tFkibjC3/8AlaPsjI= X-Google-Smtp-Source: ABdhPJzB4ffS4QtsmsD1u+kMcy9Jgjw1AMyvbz/ESowmgd0cX5z3uoLFn1kLjimE1hoXZfoTcIjjTQ== X-Received: by 2002:a5d:5052:: with SMTP id h18mr11082812wrt.365.1621628817984; Fri, 21 May 2021 13:26:57 -0700 (PDT) Received: from localhost.localdomain ([193.48.40.110]) by smtp.gmail.com with ESMTPSA id j18sm542711wmq.27.2021.05.21.13.26.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 May 2021 13:26:57 -0700 (PDT) From: zimoun To: 48575@debbugs.gnu.org. Subject: [PATCH 50/50] gnu: r-methylkit: Move to (gnu packages bioconductor). Date: Fri, 21 May 2021 22:26:22 +0200 Message-Id: <20210521202622.26591-50-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-methylkit): Move from here... * gnu/packages/bioconductor.scm (r-methylkit): ...to here. --- gnu/packages/bioconductor.scm | 47 +++++++++++++++++++++++++++++++++ gnu/packages/bioinformatics.scm | 47 --------------------------------- 2 files changed, 47 insertions(+), 47 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index fe91fd486f..54a6afcf3d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3102,6 +3102,53 @@ and the assessment of differential expression. The analysis methods apply to different technologies, including microarrays, RNA-seq, and quantitative PCR.") (license license:gpl2+))) +(define-public r-methylkit + (package + (name "r-methylkit") + (version "1.16.1") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "methylKit" version)) + (sha256 + (base32 + "1c9b11gfh3cc37iwym9rgsba3mh2xkp78a1gvnjqhzlkiz667mn3")))) + (properties `((upstream-name . "methylKit"))) + (build-system r-build-system) + (propagated-inputs + `(("r-data-table" ,r-data-table) + ("r-emdbook" ,r-emdbook) + ("r-fastseg" ,r-fastseg) + ("r-genomeinfodb" ,r-genomeinfodb) + ("r-genomicranges" ,r-genomicranges) + ("r-gtools" ,r-gtools) + ("r-iranges" ,r-iranges) + ("r-kernsmooth" ,r-kernsmooth) + ("r-limma" ,r-limma) + ("r-mclust" ,r-mclust) + ("r-mgcv" ,r-mgcv) + ("r-qvalue" ,r-qvalue) + ("r-r-utils" ,r-r-utils) + ("r-rcpp" ,r-rcpp) + ("r-rhtslib" ,r-rhtslib) + ("r-rsamtools" ,r-rsamtools) + ("r-rtracklayer" ,r-rtracklayer) + ("r-s4vectors" ,r-s4vectors) + ("r-zlibbioc" ,r-zlibbioc))) + (native-inputs + `(("r-knitr" ,r-knitr))) ; for vignettes + (home-page "https://github.com/al2na/methylKit") + (synopsis + "DNA methylation analysis from high-throughput bisulfite sequencing results") + (description + "MethylKit is an R package for DNA methylation analysis and annotation +from high-throughput bisulfite sequencing. The package is designed to deal +with sequencing data from @dfn{Reduced representation bisulfite +sequencing} (RRBS) and its variants, but also target-capture methods and whole +genome bisulfite sequencing. It also has functions to analyze base-pair +resolution 5hmC data from experimental protocols such as oxBS-Seq and +TAB-Seq.") + (license license:artistic2.0))) + (define-public r-motifrg (package (name "r-motifrg") diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 79146f915f..48b521f755 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8312,53 +8312,6 @@ analysis, variant tools is project based and provides a whole set of tools to manipulate and analyze genetic variants.") (license license:gpl3+))) -(define-public r-methylkit - (package - (name "r-methylkit") - (version "1.16.1") - (source (origin - (method url-fetch) - (uri (bioconductor-uri "methylKit" version)) - (sha256 - (base32 - "1c9b11gfh3cc37iwym9rgsba3mh2xkp78a1gvnjqhzlkiz667mn3")))) - (properties `((upstream-name . "methylKit"))) - (build-system r-build-system) - (propagated-inputs - `(("r-data-table" ,r-data-table) - ("r-emdbook" ,r-emdbook) - ("r-fastseg" ,r-fastseg) - ("r-genomeinfodb" ,r-genomeinfodb) - ("r-genomicranges" ,r-genomicranges) - ("r-gtools" ,r-gtools) - ("r-iranges" ,r-iranges) - ("r-kernsmooth" ,r-kernsmooth) - ("r-limma" ,r-limma) - ("r-mclust" ,r-mclust) - ("r-mgcv" ,r-mgcv) - ("r-qvalue" ,r-qvalue) - ("r-r-utils" ,r-r-utils) - ("r-rcpp" ,r-rcpp) - ("r-rhtslib" ,r-rhtslib) - ("r-rsamtools" ,r-rsamtools) - ("r-rtracklayer" ,r-rtracklayer) - ("r-s4vectors" ,r-s4vectors) - ("r-zlibbioc" ,r-zlibbioc))) - (native-inputs - `(("r-knitr" ,r-knitr))) ; for vignettes - (home-page "https://github.com/al2na/methylKit") - (synopsis - "DNA methylation analysis from high-throughput bisulfite sequencing results") - (description - "MethylKit is an R package for DNA methylation analysis and annotation -from high-throughput bisulfite sequencing. The package is designed to deal -with sequencing data from @dfn{Reduced representation bisulfite -sequencing} (RRBS) and its variants, but also target-capture methods and whole -genome bisulfite sequencing. It also has functions to analyze base-pair -resolution 5hmC data from experimental protocols such as oxBS-Seq and -TAB-Seq.") - (license license:artistic2.0))) - (define-public r-raremetals2 (package (name "r-raremetals2") -- 2.30.1