Hello, I don't know much about biology and dna and stuff... so forgive me if I say anything stupid :)
OK I'm trying to use fasta program + php to create a web based Protein Sequence Search for a friend
I don't have any problem in programing part and I could run a simple full query search using fasta35 program like this:
fasta35 -q -H -B -m 9i -w 80 -E 1 -d 20 /PATH/TO/temp_seq.aa /PATH/TO/lib.fasta
I found the above query on internet and it works.
My question is if I want to run an Sliding 80mer Window or 8mer Exact Match what options (args) should I pass to fasta program?