all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <61220@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#61220] [PATCH 01/10] gnu: Add r-glad.
Date: Thu, 2 Feb 2023 03:26:48 +0100	[thread overview]
Message-ID: <20230202022657.67003-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <7175b544a6694ff09d64a005cb0cd6f1@mdc-berlin.de>

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 711b988e7f..451dcfde86 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6122,6 +6122,31 @@ (define-public r-genomicranges
 manipulating genomic intervals and variables defined along a genome.")
     (license license:artistic2.0)))
 
+(define-public r-glad
+  (package
+    (name "r-glad")
+    (version "2.62.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "GLAD" version))
+              (sha256
+               (base32
+                "0gb52ic5r6nkgm2ynm174vcvbmkbhhjgv71lsmxpxzcsb6rr7qj6"))))
+    (properties `((upstream-name . "GLAD")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list gsl
+           r-aws))
+    (native-inputs (list pkg-config))
+    (home-page "http://bioinfo.curie.fr")
+    (synopsis "Gain and loss analysis of DNA")
+    (description
+     "This package helps with the analysis of array @acronym{CGH, comparative
+genomic hybridization} data by detecting of the breakpoints in the genomic profiles
+and assignment of a status (gain, normal or loss) to each chromosomal regions
+identified.")
+    (license license:gpl2)))
+
 (define-public r-gostats
   (package
     (name "r-gostats")

base-commit: 6564a04efaf506a5ef51a7c100144fa31bbe1f31
-- 
2.39.1





  reply	other threads:[~2023-02-02  2:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02  2:23 [bug#61220] [patch] gnu: Add r-glad, r-italicsdata, r-pd-mapping50k-xba240, r-italics, r-manor, r-tilingarray, r-snapcgh, r-quantsmooth, r-beadarraysnp and r-adacgh2 MadalinIonel.Patrascu
2023-02-02  2:26 ` Mădălin Ionel Patrașcu [this message]
2023-02-02  2:26   ` [bug#61220] [PATCH 02/10] gnu: Add r-italicsdata Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 03/10] gnu: Add r-pd-mapping50k-xba240 Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 04/10] gnu: Add r-italics Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 05/10] gnu: Add r-manor Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 06/10] gnu: Add r-tilingarray Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 07/10] gnu: Add r-snapcgh Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 08/10] gnu: Add r-quantsmooth Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 09/10] gnu: Add r-beadarraysnp Mădălin Ionel Patrașcu
2023-02-02  2:26   ` [bug#61220] [PATCH 10/10] gnu: Add r-adacgh2 Mădălin Ionel Patrașcu
2023-02-07  9:30     ` Ricardo Wurmus
2023-02-07  9:31   ` bug#61220: [PATCH 01/10] gnu: Add r-glad Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230202022657.67003-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=61220@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.