rename config file to something that doesn't include the read length
[htsworkflow.git] / htsworkflow / pipelines / configure_run.py
index 0c1dc8b0ad44bc2d8eb92cf6f27d3f89b73ad609..54677b8ad5cca0879b15a9d6baaf6ab0ac78a7e6 100644 (file)
@@ -447,12 +447,11 @@ def configure(conf_info):
   ferr = open(stderr_filepath, 'w')
   
   pipe = subprocess.Popen(['goat_pipeline.py',
-                    '--GERALD=%s' % (conf_info.config_filepath),
-                           #'--tiles=s_4_0100,s_4_0101,s_4_0102,s_4_0103,s_4_0104',
+                           '--GERALD=%s' % (conf_info.config_filepath),
                            '--make',
                            conf_info.analysis_dir],
-                          stdout=fout,
-                          stderr=ferr)
+                           stdout=fout,
+                           stderr=ferr)
 
   print "Configuring pipeline: %s" % (time.ctime())
   error_code = pipe.wait()