Question: Write a C++ code using Seqan Lib to Read the provided fasta file that contains 2 sequences and extracted all exact-match substrings appear in both
Write a C++ code using Seqan Lib to Read the provided fasta file that contains 2 sequences and extracted all exact-match substrings appear in both sequences whose length is equal or more than given k as input from the user.
The output would be like the following: location of the substring at seq0 then location at seq1 then the length of the substring.
LOC-Seq0 LOC-Seq1 Length
10 210 17
332 500 10
the fasta in link : https://gofile.io/d/VCmCFd
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
