###########Obtenir coordenades absolutes gawk ' BEGIN{OFS="\t"} $0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 6263; $5 = $5 + 6263; print } ' huma_ratoli.subseq2_gen1.gff > huma_ratoli.subseq2_gen1.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 42000; $5 = $5 + 42000; print } ' huma_ratoli.subseq2_gen2.gff > huma_ratoli.subseq2_gen2.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 70000; $5 = $5 + 70000; print } ' huma_ratoli.subseq3_gen1.gff > huma_ratoli.subseq3_gen1.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 190000; $5 = $5 + 190000; print } ' huma_ratoli.subseq3_gen2.gff > huma_ratoli.subseq3_gen2.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 200000; $5 = $5 + 200000; print } ' huma_ratoli.subseq4_gen2.gff > huma_ratoli.subseq4_gen2.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 5000; $5 = $5 + 5000; print } ' huma_ratoli.subseq5_gen1.gff > huma_ratoli.subseq5_gen1.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 70000; $5 = $5 + 70000; print }' huma_ratoli.subseq5_gen2a.gff > huma_ratoli.subseq5_gen2a.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 155000; $5 = $5 + 155000; print }' huma_ratoli.subseq5_gen2b.gff > huma_ratoli.subseq5_gen2b.absolutes.gff gawk ' BEGIN{OFS="\t"}$0 !~ /^\#|^[ \t]*$/ { $4 = $4 + 240000; $5 = $5 + 240000; print }' huma_ratoli.subseq5_gen2c.gff > huma_ratoli.subseq5_gen2c.absolutes.gff