[ARVADOS] updated: 4a25da032d4de7452c498b9720ce0e294bd03816

git at public.curoverse.com git at public.curoverse.com
Mon Jul 7 11:26:27 EDT 2014


Summary of changes:
 crunch_scripts/arvados-bcbio-nextgen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4a25da032d4de7452c498b9720ce0e294bd03816 (commit)
      from  1875ddb761e4ae2909d2afe0718f3d0ad5f3ce0f (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 4a25da032d4de7452c498b9720ce0e294bd03816
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jul 7 11:26:24 2014 -0400

    Bugfix os.environ() -> os.environ[] no issue #

diff --git a/crunch_scripts/arvados-bcbio-nextgen.py b/crunch_scripts/arvados-bcbio-nextgen.py
index cb5eafe..0d3618b 100755
--- a/crunch_scripts/arvados-bcbio-nextgen.py
+++ b/crunch_scripts/arvados-bcbio-nextgen.py
@@ -102,4 +102,4 @@ os.chdir("project1/work")
 
 os.symlink("/usr/local/share/bcbio-nextgen/galaxy/tool-data", "tool-data")
 
-rcode = subprocess.call(["bcbio_nextgen.py", "../config/project1.yaml", "-n", os.environ('CRUNCH_NODE_SLOTS')])
+rcode = subprocess.call(["bcbio_nextgen.py", "../config/project1.yaml", "-n", os.environ['CRUNCH_NODE_SLOTS']])

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list