Hey everyone , i have two fasta files having same header with different sequence content. i have to merge both files. i want to write a script in perl or bioperl . file1:
sang123 ATGCGTA
file2:
sang123 ATTTGGCCC
FIXED STRING = 10 N between both the sequence
expected result
sang123 ATGCGTANNNNNNNNNNNNNNNNNNNATTGGCCC
Need help as i am trying to resolve a problem from past 1 week but couldn't found any solution. please help me .