Question: How convert files .psl to files .bed?
0
vaniagarciagonzalez • 0 wrote:
Hello, I need help. I have a file format .psl and I want to convert it to a file format .bed (using the fields 1,2,3,4,5 and 6 of bed) using awk in ubuntu. I have an idea of the commands that can be: awk '{print $1"\t"$2"\t"$3"\t"$4"\t"$5"\t"$6}' file.psl > file.bed
ADD COMMENT
• link
•
modified 4.7 years ago
by
Alex Reynolds ♦ 31k
•
written
4.7 years ago by
vaniagarciagonzalez • 0