Bio-Grid-Run-SGE
view release on metacpan or search on metacpan
config_examples/blast_all-vs-all.conf view on Meta::CPAN
678910111213141516171819202122232425# Number of database sequence to show alignments for
blast_align 1000
# Number of database sequences to show one-line descriptions for
blast_short 1000
# Expectation value
blast_evalue 100
# Filter query sequence (DUST with blastn, SEG with others)
blast_lowcomp F
# Perform gapped alignment (not available with tblastx)
blast_gaps T
# -a Number of processors to use and not nodes (i guess)
# -m 9 Tabular output format
blast_other -m 9 -a 1
blast_db_dir ~/blast/db
tmp_dir ~/blast/tmp
result_dir ~/blast/result
stderr_dir ~/blast/tmp/error
stdout_dir ~/blast/tmp/output
blast_db_name ath_test_run
( run in 0.268 second using v1.01-cache-2.11-cpan-bb97c1e446a )