--
Hello, Tongyao.
The isPcr command line states:
usage:
isPcr database query output
where database is a fasta, nib, or twoBit file or a text file containing
a list of these files, query is a text file file containing three columns: name,
forward primer, and reverse primer, and output is where the results go.
The names 'stdin' and 'stdout' can be used as file names to make using the
program in pipes easier.
So yes, you can definitely use 2bit files to run isPcr. It is faster to use 2bit files as opposed to FASTA files, but the speed difference would probably be hardly noticeable. The real benefit of using 2bit over FASTA is the fact that the 2bit file is a single all-inclusive file that negates the need to download and keep track of a large number of individual FASTA files.
Please contact us again at gen...@soe.ucsc.edu if you have any further questions. All messages sent to that address are archived on a publicly-accessible Google Groups forum. If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
---
Steve Heitner
UCSC Genome Bioinformatics Group
--