* [bug#52463] [PATCH] gnu: Add r-chromvarmotifs.
@ 2021-12-13 11:52 Mădălin Ionel Patrașcu
2021-12-13 12:38 ` bug#52463: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2021-12-13 11:52 UTC (permalink / raw)
To: 52463; +Cc: Mădălin Ionel Patrașcu
* gnu/packages/bioconductor.scm (r-chromvarmotifs): New variable.
This package is not a bioconductor one, but it use the r-tfbstools
that is stored in bioconductor.scm. If I used the cran.scm for the
current definition I should import the bioconductor and it already
imports cran. Beside this the package is somehow related with other
bioconductor packages.
---
gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 44bf5c7d24..28cc8b7458 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1183,6 +1183,35 @@ (define-public r-chromstardata
chromstaR package.")
(license license:gpl3)))
+(define-public r-chromvarmotifs
+ (let
+ ((commit "38bed559c1f4770b6c91c80bf3f8ea965da26076")
+ (revision "1"))
+ (package
+ (name "r-chromvarmotifs")
+ (version (git-version "0.2.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/GreenleafLab/chromVARmotifs")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0i9v1m1hrg1lkd2pnkj5nnrpks6vhhhpbdhsfl2lmjak4npxxr5q"))))
+ (properties `((upstream-name . "chromVARmotifs")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-tfbstools" ,r-tfbstools)))
+ (home-page "https://github.com/GreenleafLab/chromVARmotifs")
+ (synopsis "Stores motif collections for use with motifmatchr or chromVAR")
+ (description
+ "This package @code{r-chromvarmotifs} stores motifs collections as
+lists of @dfn{position frequency matrix} (PWMatrixList) objects provided by
+@code{TFBSTools} package for use in R with packages like @code{motifmatchr} or
+@code{chromVAR}.")
+ (license license:expat))))
+
(define-public r-copyhelper
(package
(name "r-copyhelper")
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52463: [PATCH] gnu: Add r-chromvarmotifs.
2021-12-13 11:52 [bug#52463] [PATCH] gnu: Add r-chromvarmotifs Mădălin Ionel Patrașcu
@ 2021-12-13 12:38 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2021-12-13 12:38 UTC (permalink / raw)
To: 52463-done; +Cc: Mădălin Ionel Patrașcu
Applied to the “master” branch with commit
5f32468acfc7ae3a7dd736810ab0c3cdde7310da. Thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-13 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-13 11:52 [bug#52463] [PATCH] gnu: Add r-chromvarmotifs Mădălin Ionel Patrașcu
2021-12-13 12:38 ` bug#52463: " Ricardo Wurmus
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.