Changeset 29419 for trunk/tools/runwarpskycell.pl
- Timestamp:
- Oct 14, 2010, 2:25:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/runwarpskycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runwarpskycell.pl
r29176 r29419 16 16 17 17 my $dbname = "gpc1"; 18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend );18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps); 19 19 20 20 GetOptions( … … 27 27 'dbname=s' => \$dbname, 28 28 'no-verbose' => \$no_verbose, 29 'save-temps' => \$save_temps, 29 30 ) or pod2usage( 2 ); 30 31 … … 78 79 $command .= " --reduction $reduction" if $reduction and ($reduction ne "NULL"); 79 80 $command .= " --redirect-output" if $redirect; 81 $command .= " --save-temps" if $save_temps; 80 82 $command .= " --no-update" unless $update; 81 83 $command .= " --verbose" unless $no_verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
