Changeset 27799
- Timestamp:
- Apr 28, 2010, 3:32:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/ippToPsps_run.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/ippToPsps_run.pl
r27729 r27799 128 128 WHERE camRun.chip_id = chipRun.chip_id 129 129 AND chipRun.exp_id = rawExp.exp_id 130 AND camRun.label like'%$label%'130 AND camRun.label LIKE '%$label%' 131 131 ORDER BY rawExp.exp_id ASC 132 132 SQL 133 #AND rawExp.exp_id > 136561 133 134 #AND camRun.dist_group LIKE 'sas' 134 135 #AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' Jims Dec range … … 138 139 $query = $db->prepare(<<SQL); 139 140 140 SELECT DISTINCT exp_id FROM rawExp WHERErawExp.exp_id = $singleExpId141 SELECT DISTINCT rawExp.exp_id, dist_group FROM rawExp, chipRun WHERE chipRun.exp_id = rawExp.exp_id AND rawExp.exp_id = $singleExpId 141 142 SQL 142 143 } … … 176 177 my $batchOutputPath = sprintf("$jobOutputPath/%s", $batchDir); 177 178 178 print "* Preparing exposure as job '$job'...\n";179 print "* Preparing exposure $expId as job '$job'...\n"; 179 180 180 181 # make directories
Note:
See TracChangeset
for help on using the changeset viewer.
