[ARVADOS] updated: f99d19546774d0204249affe0961000043a2ad11
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 2 16:22:41 EDT 2014
Summary of changes:
crunch_scripts/arvados-bcbio-nextgen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f99d19546774d0204249affe0961000043a2ad11 (commit)
from fa3fbd543823400c58d14df2e800a4a447bd3ee0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f99d19546774d0204249affe0961000043a2ad11
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jul 2 16:22:38 2014 -0400
fixed syntax error
diff --git a/crunch_scripts/arvados-bcbio-nextgen.py b/crunch_scripts/arvados-bcbio-nextgen.py
index 13b1ef9..30a1e2f 100755
--- a/crunch_scripts/arvados-bcbio-nextgen.py
+++ b/crunch_scripts/arvados-bcbio-nextgen.py
@@ -77,4 +77,4 @@ rcode = subprocess.call(["bcbio_nextgen.py", "--workflow", "template", "gatk-var
os.chdir("project1/work")
-rcode = subprocess.call(["bcbio_nextgen.py", "../config/project1.yaml")])
+rcode = subprocess.call(["bcbio_nextgen.py", "../config/project1.yaml"])
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list