[ARVADOS] updated: d6ee8d4ef006903465dff945685c608cf91860ce
git at public.curoverse.com
git at public.curoverse.com
Mon Sep 8 15:50:40 EDT 2014
Summary of changes:
crunch_scripts/arvados-bcbio-nextgen.py | 2 ++
1 file changed, 2 insertions(+)
via d6ee8d4ef006903465dff945685c608cf91860ce (commit)
from 90fc79852a995fd8e665cf48ae20c49a9bbc78eb (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 d6ee8d4ef006903465dff945685c608cf91860ce
Author: Tim Pierce <twp at curoverse.com>
Date: Mon Sep 8 15:47:54 2014 -0400
3823: bug fixes for arvados-bcbio-nextgen.py
Refs #3823
diff --git a/crunch_scripts/arvados-bcbio-nextgen.py b/crunch_scripts/arvados-bcbio-nextgen.py
index c296248..9351b05 100755
--- a/crunch_scripts/arvados-bcbio-nextgen.py
+++ b/crunch_scripts/arvados-bcbio-nextgen.py
@@ -6,6 +6,7 @@ import crunchutil.subst as subst
import shutil
import os
import sys
+import time
if len(arvados.current_task()['parameters']) > 0:
p = arvados.current_task()['parameters']
@@ -121,6 +122,7 @@ if rcode == 0:
print("arvados-bcbio-nextgen: start writing output to keep")
done = False
+ api = arvados.api('v1')
while not done:
try:
out = arvados.CollectionWriter()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list