Input file
Desired Output file
Do anybody know how to replace "," in column 2 with newline and repeat the column 1 content at the same time?
Thanks for any advice.
Code:
G A
G A,T
A C
A G,T,C
T C
.
.
Code:
G A
G A
G T
A C
A G
A T
A C
T C
.
.
Thanks for any advice.