Browse Source

Set tmp output directory

Matthias Vogelgesang 7 years ago
parent
commit
3641f6f780
1 changed files with 3 additions and 1 deletions
  1. 3 1
      cockpit

+ 3 - 1
cockpit

@@ -330,8 +330,10 @@ class Application(object):
                       ' --axis-range={ax_start},{ax_stop},{ax_step}'
                       ' --lamino-angle-range={an_start},{an_stop},{an_step}'
                       ' --metric kurtosis --z-metric kurtosis'
+                      ' --tmp-output {prefix}/tmp'
                       .format(ax_start=axis_start, ax_stop=axis_stop, ax_step=axis_step,
-                              an_start=angle_start, an_stop=angle_stop, an_step=angle_step))
+                              an_start=angle_start, an_stop=angle_stop, an_step=angle_step,
+                              prefix=self.prefix))
 
         params = ('--x-region="-{x_region},{x_region},1"'
                   ' --y-region="-{y_region},{y_region},1"'