Can anybody help me with a program to join lines together? Here's kinda what I have:
>(14-3-3)
CCACGCGTCCGCCTTGG
GCTGTCTTTGTATGACT
CTGGTCCACAATCCCTT
>(6CKine)
CTTGTCCTGGTCCTGGC
TCAGGTACAGCCGAAAG
TTGCGCTATGCCAGCTA
....and so on. Here's what I want it to look like:
>(14-3-3)
CCACGCGTCCGCCTTGGGCTGTCTTTGTATGACTCTGGTCCACAATCCCTT
>(6CKine)
CTTGTCCTGGTCCTGGCTCAGGTACAGCCGAAAGTTGCGCTATGCCAGCTA
Basically I want to join all the lines with the DNA sequence into one line.
I couldn't think of anyway to accomplish this....but I was just introduced to awk this week....so let me know if anyone has any ideas.
Thanks!
>(14-3-3)
CCACGCGTCCGCCTTGG
GCTGTCTTTGTATGACT
CTGGTCCACAATCCCTT
>(6CKine)
CTTGTCCTGGTCCTGGC
TCAGGTACAGCCGAAAG
TTGCGCTATGCCAGCTA
....and so on. Here's what I want it to look like:
>(14-3-3)
CCACGCGTCCGCCTTGGGCTGTCTTTGTATGACTCTGGTCCACAATCCCTT
>(6CKine)
CTTGTCCTGGTCCTGGCTCAGGTACAGCCGAAAGTTGCGCTATGCCAGCTA
Basically I want to join all the lines with the DNA sequence into one line.
I couldn't think of anyway to accomplish this....but I was just introduced to awk this week....so let me know if anyone has any ideas.
Thanks!