Blat Scripts: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 14: Line 14:
         blats will be run in groups of 25 sequences, all
         blats will be run in groups of 25 sequences, all
         output going to the specified output file.
         output going to the specified output file.
[[Category:FAQS]]

Revision as of 23:30, 13 November 2006

Here is a collection of Blat-related Perl scripts and their descriptions:

BlatBot.pl: This is a script that takes a file of FASTA format sequences as input and then submits them to the web-based Blat on the UCSC Genome Browser web site. It obeys the site rules for the number of frequency of hits i.e. Program-driven use of the Genome Browser software is limited to a maximum of one hit every 15 seconds and no more than 5,000 hits per day. Link title

The script usage is: usage: BlatBot.pl <organism> <db> <searchType> <sortOrder> <input FASTA> <outputType> <output file>

       Specify organism using the common name with first lettercapitalized.
       e.g. Human, Mouse, Rat etc.
       Db is database or assembly name e.g hg17, mm5, rn3 etc.
       searchType can be BLATGuess, DNA, RNA, transDNA or transRNA
       sortOrder can be query,score; query,start; chrom,score;
       chrom,start; score.
       outputType can be pslNoHeader, psl or hyperlink.
       blats will be run in groups of 25 sequences, all
       output going to the specified output file.