Changeset 20973 for trunk/ippTasks
- Timestamp:
- Dec 13, 2008, 10:17:34 AM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
diff.pro (modified) (3 diffs)
-
simtest.auto (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diff.pro
r20932 r20973 98 98 task.exit 0 99 99 # convert 'stdout' to book format 100 ipptool2book stdout diffSkyfile -key diff_id -uniq -setword dbname $options:0 -setword pantaskState INIT100 ipptool2book stdout diffSkyfile -key diff_id:skycell_id -uniq -setword dbname $options:0 -setword pantaskState INIT 101 101 if ($VERBOSE > 2) 102 102 book listbook diffSkyfile … … 157 157 stderr $LOGDIR/diff.skycell.log 158 158 159 $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID -- diff_skyfile_id $DIFF_SKYFILE_ID --outroot $outroot --redirect-output159 $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID --skycell_id $SKYCELL_ID --outroot $outroot --redirect-output 160 160 add_standard_args run 161 161 … … 215 215 task.exit 0 216 216 # convert 'stdout' to book format 217 ipptool2book stdout diffCleanup -key diff_id -uniq -setword dbname $options:0 -setword pantaskState INIT217 ipptool2book stdout diffCleanup -key diff_id:skycell_id -uniq -setword dbname $options:0 -setword pantaskState INIT 218 218 if ($VERBOSE > 2) 219 219 book listbook diffCleanup -
trunk/ippTasks/simtest.auto
r20909 r20973 70 70 END 71 71 72 ### #Magic automation???72 ### Magic automation??? 73 73 #automate METADATA 74 74 # name STR MAGIC 75 # regular STR "magictool -definebyquery -workdir file://@CWD@/magic - good_frac 0.2 -dbname @DBNAME@"75 # regular STR "magictool -definebyquery -workdir file://@CWD@/magic -dbname @DBNAME@" 76 76 #END 77 78 77 79 78
Note:
See TracChangeset
for help on using the changeset viewer.
