REM File: HTMLtools-genBatchScripts.bat - generate the batchScripts/ tree
REM Revised 3-30-2009
REM
REM This generates the batch scripts in batchScripts/ from data in data.GBS
REM and in the data.Table. It requires that the mAdb tab-delimited MRR and JTV
REM data be copied to the data.GBS/CellTissue/ tree.
echo "HTMLtools-genBatchScripts.bat"
pwd
date /T
java -Xmx256M -classpath .;.\HTMLtools.jar HTMLtools -genBatchScripts:data.GBS/params-genBatchScripts.map
echo "-- Finished converting the file ---"
date /T