Changeset 28249 for trunk/ippToPsps/scripts/ippToPsps_run.pl
- Timestamp:
- Jun 7, 2010, 2:58:52 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/ippToPsps_run.pl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/ippToPsps_run.pl
r28205 r28249 70 70 71 71 # make a temporary file for saving results 72 my ($resultsFile, $resultsFileName) = tempfile( "/tmp/ results.XXXX", UNLINK => !$save_temps);72 my ($resultsFile, $resultsFileName) = tempfile( "/tmp/ippToPsps_results.XXXX", UNLINK => !$save_temps); 73 73 74 74 process(); … … 86 86 if ($distGroup =~ m/^MD([0-1][0-9])$/i) {return "MD$1";} 87 87 if ($distGroup =~ m/^M31$/i) {return "M31";} 88 if ($distGroup =~ m/^sts$/i) {return "STS ";}88 if ($distGroup =~ m/^sts$/i) {return "STS1";} 89 89 if ($distGroup =~ m/^SweetSpot$/i) {return "SSS";} 90 90 if ($distGroup =~ m/^(3PI)|(ThreePi)|(SAS)$/i) {return "3PI";} … … 140 140 AND chipRun.exp_id = rawExp.exp_id 141 141 AND camRun.dist_group = '$survey' 142 AND rawExp.exp_id > 145986143 142 GROUP BY rawExp.exp_id 144 143 ORDER BY rawExp.exp_id ASC; … … 627 626 my $fullJobPath = "$path/$job"; 628 627 629 my ($tempFile, $tempName) = tempfile( "/tmp/ dsregList.XXXX", UNLINK => !$save_temps);628 my ($tempFile, $tempName) = tempfile( "/tmp/ippToPsps_dsregList.XXXX", UNLINK => !$save_temps); 630 629 631 630 # loop through all batch files in this job directory … … 718 717 719 718 # now write the path to this file out to temp file 720 my ($tempFile, $tempName) = tempfile( "/tmp/i nputFileList.XXXX", UNLINK => !$save_temps);719 my ($tempFile, $tempName) = tempfile( "/tmp/ippToPsps_inputFileList.XXXX", UNLINK => !$save_temps); 721 720 print $tempFile $realFile . "\n"; 722 721 close $tempFile; … … 794 793 $command .= " -expid $expid"; 795 794 $command .= " -expname $expName"; 795 $command .= " -survey $surveyType"; 796 796 $command .= " -batch $batchType"; 797 797 $command .= " -results $resultsFileName";
Note:
See TracChangeset
for help on using the changeset viewer.
