[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-decipher.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-decipher. |
Date: |
Wed, 26 May 2021 07:31:57 -0400 |
This is an automated email from the git hooks/post-receive script.
roelj pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f921981 gnu: Add r-decipher.
f921981 is described below
commit f921981536d6e99f5807f721977e83c13827c091
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 13:31:20 2021 +0200
gnu: Add r-decipher.
* gnu/packages/bioconductor.scm (r-decipher): 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 7db99fd..596e80a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1408,6 +1408,26 @@ data. In addition, provides numerous plotting functions
for commonly
used visualizations.")
(license license:artistic2.0)))
+(define-public r-decipher
+ (package
+ (name "r-decipher")
+ (version "2.18.1")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "DECIPHER" version))
+ (sha256
+ (base32
+ "0jz2lffks9rrk5wzbvnr8yal91kf8rg2xn0fmg9ywk45ql657sm9"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biostrings" ,r-biostrings)
+ ("r-rsqlite" ,r-rsqlite)))
+ (home-page "https://www.bioconductor.org/packages/DECIPHER/")
+ (synopsis "Tools for deciphering and managing biological sequences")
+ (description "This package provides a toolset for deciphering and managing
+biological sequences.")
+ (license license:gpl3)))
+
(define-public r-deepsnv
(package
(name "r-deepsnv")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-decipher.,
guix-commits <=