This stuff combines results obtained by distributed jobs.

1) To assemble hist data, 
	prepare setupenvHist
	make -f add2hist.mk
	./assemHist.csh
2) To assemble hybrid data,
	prepare setupenvHyb
	make -f add2hyb.mk
	./assembHyb.csh
3) To convert binary hist file to ascii
	source setupenvHist
	make -f bin2ascii.mk
	./bin2asciiPCLinuxIFC
4) To conver binary hist file to ascii with
	consistent id (i.e, with correct age and cog_norm_depth)

	source setupenvHist
	source setupenvHyb
	make -f bin2asciiComp.mk
	./bin2asciiCompPCLinuxIFC
