Changeset 11333 for trunk/ippScripts/scripts/phase3.pl
- Timestamp:
- Jan 26, 2007, 3:10:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase3.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase3.pl
r11319 r11333 113 113 } 114 114 115 unless (defined $workdir) { 115 if (defined $workdir) { 116 $workdir = $ipprc->convert_filename_absolute( $workdir ); 117 } else { 116 118 my $example = ${$files}[0]->{b1_uri}; # Example filename 117 119 my ($vol, $dir, $file) = File::Spec->splitpath( $example ); … … 122 124 my $outputRoot = $exp_tag . '.p3'; # Root output name 123 125 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 124 $outputRoot = $ipprc->convert_filename_absolute($outputRoot);125 126 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 126 127 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note:
See TracChangeset
for help on using the changeset viewer.
