I succeeded to run a single blat search with standalone blat installed but would like to reduce the time of loading the reference each time when doing consecutive searches from a list of queries.
Can I by some magic keep the .2bit genome in memory
Here is my single command
Thanks in advance
Can I by some magic keep the .2bit genome in memory
Here is my single command
Code:
blat -stepSize=5 -repMatch=2253 -minScore=0 -minIdentity=0 \ ref/hg19.2bit query.dna \ -ooc=ref/11.ooc \ out.psl Loaded 3137161264 letters in 93 sequences Searched 50 bases in 1 sequences
Comment