I want to edit a blast file in such way that if the query sequence has a gap, that should also comes in the reference sequence like if blast output shows:
query: aa-gcaa
|| ||||
reference: aatgcaa
and I want to remove the t from reference and place a gap...
query: aa-gcaa
|| ||||
reference: aa-gcaa
query: aa-gcaa
|| ||||
reference: aatgcaa
and I want to remove the t from reference and place a gap...
query: aa-gcaa
|| ||||
reference: aa-gcaa
Comment