guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: r-dnacopy: Remove duplicate definition.


From: guix-commits
Subject: 01/01: gnu: r-dnacopy: Remove duplicate definition.
Date: Wed, 6 Mar 2019 04:40:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1fe9a36173335b559c695357bc8d884f1d4b144a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 6 10:39:28 2019 +0100

    gnu: r-dnacopy: Remove duplicate definition.
    
    Reported by Christopher Baines <address@hidden>.
    
    * gnu/packages/bioinformatics.scm (r-dnacopy): Remove variable.
---
 gnu/packages/bioinformatics.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 982cb7a..3093d7e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7127,28 +7127,6 @@ checks on R packages that are to be submitted to the 
Bioconductor repository.")
 that accept short and long options.")
     (license license:gpl2+)))
 
-(define-public r-dnacopy
-  (package
-    (name "r-dnacopy")
-    (version "1.56.0")
-    (source (origin
-              (method url-fetch)
-              (uri (bioconductor-uri "DNAcopy" version))
-              (sha256
-               (base32
-                "04cqdqxhva66xwh1s2vffi56b9fcrqd4slcrvqasj5lp2rkjli82"))))
-    (properties
-     `((upstream-name . "DNAcopy")))
-    (build-system r-build-system)
-    (inputs
-     `(("gfortran" ,gfortran)))
-    (home-page "https://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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]