#****************************************************************************************
#*											*
#*											*
#*	@XN[Gf[^ vgAEg R}ht@CiaSTCYj		*
#*											*
#*	`										*
#*	@scout1_b4 aff[^t@C RgP RgQ 				*
#*											*
#****************************************************************************************

#! /bin/csh
set d = /auto/srd22/export/yoshi/tool/cos2/sfc

if ($#argv != 3) then
	echo "**** error ****"
	exit
endif

	echo cat scrout1.chr1 scrout1.chr2 > scrout1.chr
	     cat scrout1.chr1 scrout1.chr2 > scrout1.chr

	echo vcad -c4 scrout1.chr scrout1 0 7000
	     vcad -c4 scrout1.chr scrout1 0 7000

	echo rsh srd22 "cd $d; nice +19 print1_b4 $argv[1].dat $argv[2] $argv[3].end"
	     rsh srd22 "cd $d; nice +19 print1_b4 $argv[1].dat $argv[2] $argv[3].end"

	echo 'rm' $argv[1]*.xwd
	     'rm' $argv[1]*.xwd

	echo 'rm' scrout1.*
	     'rm' scrout1.*
beep
