hey there guys...
- this may be in the wrong forum.... sorry!
im calling the exec function in the following manner:
exec("blastall -p blastp -d blast_db.txt -i blast_query.txt > blast_results.txt");
the above statement executes fine from the command line, but when called from exec(), the output of the program isn't sent to the blast_results.txt file...
can anyone think of any reason why this is the case?
thanks,
Stewart