Hi everyone. I am trying to make a blat but it is working anyway. I changed from .fa to .2bit format, neither it work. I only try to get sequences similarity with mature(mirbase). I wonder if it could be some specific library, or if blat have to connect with other tool or other stuff.
blat software: http://genome.ucsc.edu/goldenPath/help/blatSpec.html
Thanks in advance.
./blat mature_mirbase.fa candidate_mirna.fa -q=rna -stepSize=2 -tileSize=8 out.blast8
Loaded 781222 letters in 35828 sequences
Searched 4313 bases in 205 sequences
But I only get a empty file results.
sLayout version 3
match mis- rep. N's Q gap Q gap T gap T gap strand Q Q Q Q T T T T block blockSizes qStarts tStarts
match match count bases count bases name size start end name size start end count
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Are your queries atleast 20 bases long?
My queries are several length. Why? do you think that Blat does not work with smaller sizes?
Minimum query size for blat is 20bp.
I think this is only if you don't change tilesize, stepsize, and the rest of parameters. I am getting 13 nt match changing those to very low values. Make sure the database is DNA (not Us).