fixed syntax error
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 2 Jul 2014 20:22:38 +0000 (16:22 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 2 Jul 2014 20:22:38 +0000 (16:22 -0400)
crunch_scripts/arvados-bcbio-nextgen.py

index 13b1ef9e87bb40afc43ba7b65771c95c38679c65..30a1e2f533d062676bba6dcfea253d24d9d5f35a 100755 (executable)
@@ -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"])