Thanks a lot for answer, I don't know what 'gawk' is, but sometimes you have 100% similarity but just a part of query is consider with the target sequence I mean:
Query : 21 nt
Target : 25 nt
Exact matched : Query (1,18) with 100% similarity
I want to find those sequences with same length and also without mismatch.,
ADD REPLY
• link
updated 3.1 years ago by
Ram
44k
•
written 10.4 years ago by
Whoknows
▴
960
0
Entering edit mode
gawk is a tool that can perform simple treatments on text files. It is often distributed on Linux (or awk on macos)
ADD REPLY
• link
updated 3.1 years ago by
Ram
44k
•
written 10.4 years ago by
edrezen
▴
730
Thanks a lot for answer, I don't know what 'gawk' is, but sometimes you have 100% similarity but just a part of query is consider with the target sequence I mean:
I want to find those sequences with same length and also without mismatch.,
gawk is a tool that can perform simple treatments on text files. It is often distributed on Linux (or awk on macos)