Changeset 20823
- Timestamp:
- Nov 24, 2008, 11:40:30 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_definerun.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_definerun.pl
r20731 r20823 31 31 32 32 # Parse the command-line arguments 33 my ($exp_id, $warp_id, $min_diff_id, $ workdir, $dbname, $save_temps, $verbose);33 my ($exp_id, $warp_id, $min_diff_id, $label, $workdir, $dbname, $save_temps, $verbose); 34 34 35 35 GetOptions( … … 37 37 'warp_id=s' => \$warp_id, # warp identifier 38 38 'min_diff_id=s' => \$min_diff_id, # minimum diff id to consider 39 'label=s' => \$label, # label for images of interest 39 40 'dbname=s' => \$dbname, # Database name 40 41 'workdir=s' => \$workdir, # workdir … … 145 146 { 146 147 my $command = "$magictool -definerun -exp_id $exp_id -workdir $workdir -simple"; 148 $command .= " -label $label" if defined $label; 147 149 $command .= " -dbname $dbname" if defined $dbname; 148 150
Note:
See TracChangeset
for help on using the changeset viewer.
