unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add r-centipede.
@ 2016-05-02 14:49 Ricardo Wurmus
  2016-05-02 18:42 ` Leo Famulari
  2016-05-02 23:24 ` Ben Woodcroft
  0 siblings, 2 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2016-05-02 14:49 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/bioinformatics.scm (r-centipede): New variable.
---
 gnu/packages/bioinformatics.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7d025ef..d7957cf 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -441,6 +441,27 @@ pybedtools extends BEDTools by offering feature-level manipulations from with
 Python.")
     (license license:gpl2+)))
 
+(define-public r-centipede
+  (package
+    (name "r-centipede")
+    (version "1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://download.r-forge.r-project.org/"
+                                  "src/contrib/CENTIPEDE_" version ".tar.gz"))
+              (sha256
+               (base32
+                "1hsx6qgwr0i67fhy9257zj7s0ppncph2hjgbia5nn6nfmj0ax6l9"))))
+    (build-system r-build-system)
+    (home-page "http://centipede.uchicago.edu/")
+    (synopsis "Predict transcription factor binding sites")
+    (description
+     "Centipede fits a bayesian hierarchical mixture model to learn
+transcription-factor-specific distribution of experimental data on a
+particular cell-type for a set of candidate binding sites described by a
+genetic motif.")
+    (license (list license:gpl2+ license:gpl3+))))
+
 (define-public bioperl-minimal
   (let* ((inputs `(("perl-module-build" ,perl-module-build)
                    ("perl-data-stag" ,perl-data-stag)
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-16 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-02 14:49 [PATCH] gnu: Add r-centipede Ricardo Wurmus
2016-05-02 18:42 ` Leo Famulari
2016-05-02 18:50   ` Ricardo Wurmus
2016-05-02 23:24 ` Ben Woodcroft
2017-01-16 22:20   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).