guix-patches
[Top][All Lists]
Advanced

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

[bug#61220] [PATCH 05/10] gnu: Add r-manor.


From: Mădălin Ionel Patrașcu
Subject: [bug#61220] [PATCH 05/10] gnu: Add r-manor.
Date: Thu, 2 Feb 2023 03:26:52 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1efafb1cd3..3339c751cb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6518,6 +6518,29 @@ (define-public r-makecdfenv
 package that automatically loads that environment.")
     (license license:gpl2+)))
 
+(define-public r-manor
+  (package
+    (name "r-manor")
+    (version "1.70.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "MANOR" version))
+       (sha256
+        (base32 "16b30bmyzml97cjdbh6h9ky5c4h5ws2a3g2xkxnd55sd3jg64jgx"))))
+    (properties `((upstream-name . "MANOR")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-glad))
+    (native-inputs (list r-knitr))
+    (home-page "http://bioinfo.curie.fr/projects/manor/index.html";) ;;no https
+    (synopsis "CGH micro-array normalization")
+    (description
+     "This package ofers functions for importation, normalization, 
visualization,
+and quality control to correct identified sources of variability in array of
+@acronym{CGH, comparative genomic hybridization} experiments.")
+    (license license:gpl2)))
+
+
 (define-public r-maser
   (package
     (name "r-maser")
-- 
2.39.1






reply via email to

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