Entering edit mode
5.0 years ago
yreynaud
•
0
Hi everyone, I have long sequence alignment with lots o N corresponding to recombination events that I want to remove for all strains. like this:
>seq1
ATTNNC
>seq2
NAAGGC
I want to get this:
>seq1
TTC
>seq2
AAC
Any idea to do it automatically???? Thanks in advance ;o)
Do all alignments have the same length? if it is, you can try this
test.fa
output:
Note the number after "%" (which is 7 here) should be the number of nucleotides + 1
The idea is: