This stuff combines results obtained by distributed jobs.

1) To assemble hist data, 
	prepare setupenvHist
xxxx	make -f add2hist.mk Not needed now
	./assemHist.csh
2) To assemble hybrid data,
	prepare setupenvHyb
xxxx	make -f add2hyb.mk  Not needed now
	./assembHyb.csh

Next will not be needed; we may move assembled on in DisPara/Assemble/OutDir or so.


3) To convert 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 > somefile

4) To convert binary hist file to ascii (without
	id correction)
	source setupenvHist
	make -f bin2ascii.mk
	./bin2asciiPCLinuxIFC > somefile

