When I run a command "blastp -query query.fasta -subject arbi.fasta " it gives the output in command promt. But it did not when used in exec as follows:
$out=exec('blas tp -query query.fasta -subject arbi.fasta')
echo $out;
please help me in this..
$out=exec('blas tp -query query.fasta -subject arbi.fasta')
echo $out;
please help me in this..
Comment