Changeset 25027 for branches/pap/ippScripts/scripts/magic_definerun.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/magic_definerun.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/magic_definerun.pl
r23186 r25027 164 164 &my_die("failed to retrieve new magic run information", $PS_EXIT_CONFIG_ERROR) if !$magic_id; 165 165 166 ### This is left over from when diffs were composed of a single skycell 167 ### When we're not too busy, it should be deleted in favour of: 168 ### magicRun JOIN diffSkyfile USING(diff_id) WHERE diffSkyfile.fault = 0 AND diffSkyfile.quality = 0 166 169 foreach my $diff_skyfile (@$inputs) { 167 170 my $skycell_id = $diff_skyfile->{skycell_id}; … … 171 174 } 172 175 my $diff_id = $diff_skyfile->{diff_id}; 173 my $command = "$magictool -addinputskyfile -magic_id $magic_id -diff_id $diff_id"; 174 $command .= " -node $skycell_id"; 176 my $command = "$magictool -addinputskyfile"; 177 $command .= " -magic_id $magic_id"; 178 $command .= " -node $skycell_id"; 175 179 $command .= " -dbname $dbname" if $dbname; 176 180
Note:
See TracChangeset
for help on using the changeset viewer.
