* [PATCH] gnu: Add r-dnacopy.
@ 2016-03-16 9:34 Roel Janssen
2016-03-16 10:24 ` Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2016-03-16 9:34 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-r-dnacopy.patch --]
[-- Type: text/x-patch, Size: 1547 bytes --]
From fab3c04392c943d651c4fcc922bea878092ecab7 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 16 Mar 2016 10:27:48 +0100
Subject: [PATCH] gnu: Add r-dnacopy.
* gnu/packages/bioinformatics.scm (r-dnacopy): New variable.
---
gnu/packages/bioinformatics.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4dd2ee6..762ce21 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3847,6 +3847,29 @@ barplots or heatmaps.")
packages.")
(license license:artistic2.0)))
+(define-public r-dnacopy
+ (package
+ (name "r-dnacopy")
+ (version "1.44.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "DNAcopy" version))
+ (sha256
+ (base32
+ "1c1px4rbr36xx929hp59k7ca9k5ab66qmn8k63fk13278ncm6h66"))))
+ (properties
+ `((upstream-name . "DNAcopy")
+ (r-repository . bioconductor)))
+ (build-system r-build-system)
+ (inputs
+ `(("gfortran" ,gfortran)))
+ (home-page "bioconductor.org/packages/DNAcopy")
+ (synopsis "Implementation of a circular binary segmentation algorithm")
+ (description "This package implements the circular binary segmentation (CBS)
+algorithm to segment DNA copy number data and identify genomic regions with
+abnormal copy number.")
+ (license license:gpl2+)))
+
(define-public r-s4vectors
(package
(name "r-s4vectors")
--
2.5.0
[-- Attachment #2: Type: text/plain, Size: 128 bytes --]
Dear Guix,
I'd like to add DNAcopy -- a package for R.
I followed the indentation of the other R packages.
Kind regards,
Roel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add r-dnacopy.
2016-03-16 9:34 [PATCH] gnu: Add r-dnacopy Roel Janssen
@ 2016-03-16 10:24 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2016-03-16 10:24 UTC (permalink / raw)
To: Roel Janssen; +Cc: guix-devel
Hi Roel,
> I'd like to add DNAcopy -- a package for R.
> I followed the indentation of the other R packages.
The indentation is fine. We do not need the “r-repository” property any
more, though. I have patches here to remove them from the few packages
that were pushed with that property.
I’ve just pushed your patch with that change.
Thanks!
~~ Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-16 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 9:34 [PATCH] gnu: Add r-dnacopy Roel Janssen
2016-03-16 10:24 ` Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.