RepeatRunner Documentation:
To run repeat_runner do the following:
- download and install CGL from (www.yandell-lab.org/cgl);
- set the REPEAT_RUNNER_LIB environment varible to point at the repeat_runner/lib directory
- If you havent' done so already, install wu-blast and set the necessary enviroment varibles, such as WUBLASTFILTER, WUBLASTMATRIX
- If you are using the te_protein.fasta as a blastx database (by default this is true), format it using the wu-blast setdb command, e.g. setdb repeat_runner/sample_data/te_proteins.fasta
- Customize the paramters.cfg file in repeat_runner/config. To do this set the paths to the various executables and databases on your machine.
- type ./bin/repeat_runner for a usage statement.