Fixed +x
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 2 Jul 2014 20:21:52 +0000 (16:21 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 2 Jul 2014 20:21:52 +0000 (16:21 -0400)
crunch_scripts/arvados-bcbio-nextgen.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index cd17a13..13b1ef9
@@ -64,7 +64,7 @@ with open("/usr/local/share/bcbio-nextgen/galaxy/tool-data/gatk_sorted_picard_in
     f.write(subst.do_substitution(p, "GRCh37\tGRCh37\tHuman (GRCh37)\t$(file $(gatk_sorted_picard_index))"))
 
 with open("/usr/local/share/bcbio-nextgen/galaxy/tool-data/picard_index.loc", "w") as f:
-    f.write(subst.do_substitution(p, "GRCh37\tGRCh37\tHuman (GRCh37)\t$(file $(picard_indices))"))
+    f.write(subst.do_substitution(p, "GRCh37\tGRCh37\tHuman (GRCh37)\t$(file $(picard_index))"))
 
 with open("/usr/local/share/bcbio-nextgen/galaxy/tool-data/sam_fa_indices.loc", "w") as f:
     f.write(subst.do_substitution(p, "index\tGRCh37\t$(file $(sam_fa_indices))"))