BEGIN{FS=OFS="\t" getline; print "chromosome start end transcript_id gene_id strand gene_name biotype" }{ print $1,$2,$3,$4"_MET_1",$4,$6,$7 }