[PATCH] gnu: Remove duplicate r-dnacopy package.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 6 years ago
(address . guix-patches@gnu.org)
20190305081408.17814-1-mail@cbaines.net
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(-)

Toggle diff (43 lines)
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
Ricardo Wurmus wrote 6 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 34755-done@debbugs.gnu.org)
8736o1wu4i.fsf@elephly.net
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (7 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34755@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34755
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help