Hi evrybody!
I'm trying to execute a command with "exec" but it doesn't work...Here is my code :
exec("../../blast/blastall -p blastn -d est.txt -i testseq.txt -o test.txt");
I'm sure that my scrypt reads this line but nothing happen.
Does someone know how to use this function ?
Thank's a lot