guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: Add r-ctc.


From: Ricardo Wurmus
Subject: 07/10: gnu: Add r-ctc.
Date: Thu, 5 Jul 2018 09:09:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 27c51606ae44f682dfba5363757bead223b57c5d
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 4 17:43:56 2018 +0200

    gnu: Add r-ctc.
    
    * gnu/packages/bioconductor.scm (r-ctc): New variable.
---
 gnu/packages/bioconductor.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 5e08143..882e3e1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -704,3 +704,23 @@ experiments.")
 such as ChIA-PET/Hi-C, annotating genomic features with interaction
 information and producing various plots and statistics.")
     (license license:gpl3)))
+
+(define-public r-ctc
+  (package
+    (name "r-ctc")
+    (version "1.54.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "ctc" version))
+       (sha256
+        (base32
+         "0sadplm4n9n3z6inmn6y3d6qbr4hllljqh700x5fygrnfacnckk9"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-amap" ,r-amap)))
+    (home-page "https://bioconductor.org/packages/ctc/";)
+    (synopsis "Cluster and tree conversion")
+    (description
+     "This package provides tools for exporting and importing classification
+trees and clusters to other programs.")
+    (license license:gpl2)))



reply via email to

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