all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34755] [PATCH] gnu: Remove duplicate r-dnacopy package.
@ 2019-03-05  8:14 Christopher Baines
  2019-03-05  9:25 ` bug#34755: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Baines @ 2019-03-05  8:14 UTC (permalink / raw)
  To: 34755

This package definition duplicates the earlier definition in the (gnu packages
bioinformatics) module.

This reverts commit c18dccffa20bf09826758210d457d1df477f959c.

* gnu/packages/bioconductor.scm (r-dnacopy): Remove this variable.
---
 gnu/packages/bioconductor.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ae9d7070c3..dfd3de5901 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -27,7 +27,6 @@
   #:use-module (gnu packages bioinformatics)
   #:use-module (gnu packages cran)
   #:use-module (gnu packages compression)
-  #:use-module (gnu packages gcc)
   #:use-module (gnu packages graph)
   #:use-module (gnu packages maths)
   #:use-module (gnu packages statistics)
@@ -1178,28 +1177,6 @@ Viewer (SAV) files, access data, and generate QC plots.")
 sequencing data.")
     (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)
-    (native-inputs `(("gfortran" ,gfortran)))
-    (home-page "https://bioconductor.org/packages/DNAcopy")
-    (synopsis "DNA copy number data analysis")
-    (description
-     "This package implements the @dfn{circular binary segmentation} (CBS)
-algorithm to segment DNA copy number data and identify genomic regions with
-abnormal copy number.")
-    (license license:gpl2+)))
-
 ;; This is a CRAN package, but it uncharacteristically depends on a
 ;; Bioconductor package.
 (define-public r-htscluster
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34755: [PATCH] gnu: Remove duplicate r-dnacopy package.
  2019-03-05  8:14 [bug#34755] [PATCH] gnu: Remove duplicate r-dnacopy package Christopher Baines
@ 2019-03-05  9:25 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-05  9:25 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 34755-done


Christopher Baines <mail@cbaines.net> writes:

> This package definition duplicates the earlier definition in the (gnu packages
> bioinformatics) module.
>
> This reverts commit c18dccffa20bf09826758210d457d1df477f959c.
>
> * gnu/packages/bioconductor.scm (r-dnacopy): Remove this variable.

Thanks for noticing this.

I’d rather remove the packgae from (gnu packages bioinformatics).  I’ll
take care of this today.

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-05  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05  8:14 [bug#34755] [PATCH] gnu: Remove duplicate r-dnacopy package Christopher Baines
2019-03-05  9:25 ` bug#34755: " 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.