BEGIN{ FS=","; #paralyzer format #Chromosome,Strand,ClusterStart,ClusterEnd,ClusterID,InfoType,AvgConversionPct,MaxConversionPct,ConversionEventCount #1 ,2 ,3 ,4 ,5 ,6 ,7 ,8 ,9 }{ # if (substr($1,1,4)!="Chro") { print $1"\t"$3-1"\t"$4-1"\t"$5"_"$7"_"$9"\t"$8"\t"$2; # } }