changeset 15:37a8219b62de draft

Fixes. MuTect now works
author geert-vandeweyer
date Mon, 17 Feb 2014 11:53:56 -0500
parents e670ffb1c356
children 52efdea30175
files mutect_wrapper.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mutect_wrapper.py	Mon Feb 17 11:53:44 2014 -0500
+++ b/mutect_wrapper.py	Mon Feb 17 11:53:56 2014 -0500
@@ -88,8 +88,8 @@
     #if options.params != 'pre_set':
 	
     # final command
-    command = 'java -Xmx2G -jar %s %s ' % (options.jar, arguments)
-    #print command 
+    command = 'java -Xmx2G -jar %s %s ' % (''.join(options.jar), arguments)
+    print command 
     try:
 	os.system(command)
     except: