* [PATCH] gnu: Add snakemake.
@ 2015-03-02 16:37 Ricardo Wurmus
2015-03-02 20:42 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2015-03-02 16:37 UTC (permalink / raw)
To: Guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-snakemake.patch --]
[-- Type: text/x-patch, Size: 1547 bytes --]
From 9d03e7d6bf8b6704f7e743323ccb948d0d9cc820 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 2 Mar 2015 17:36:28 +0100
Subject: [PATCH] gnu: Add snakemake.
* gnu/packages/python.scm (snakemake): New variable.
---
gnu/packages/python.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ee2f5d0..e0c9d12 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3300,3 +3300,25 @@ interfaces in an easy and portable manner.")
(define-public python2-netifaces
(package-with-python2 python-netifaces))
+
+(define-public snakemake
+ (package
+ (name "snakemake")
+ (version "3.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://pypi.python.org/packages/source/s/snakemake/snakemake-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "0fi4b63sj60hvi7rfydvmz2icl4wj74djw5sn2gl8hxd02qw4b91"))))
+ (build-system python-build-system)
+ (inputs `(("python-setuptools" ,python-setuptools)))
+ (home-page "https://bitbucket.org/johanneskoester/snakemake")
+ (synopsis "Python-based execution environment for make-like workflows")
+ (description
+ "Snakemake aims to reduce the complexity of creating workflows by
+providing a clean and modern domain specific specification language (DSL) in
+Python style, together with a fast and comfortable execution environment.")
+ (license license:expat)))
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add snakemake.
2015-03-02 16:37 [PATCH] gnu: Add snakemake Ricardo Wurmus
@ 2015-03-02 20:42 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2015-03-02 20:42 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: Guix-devel
This looks straight-forward to me, please push.
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-02 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 16:37 [PATCH] gnu: Add snakemake Ricardo Wurmus
2015-03-02 20:42 ` Andreas Enge
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).