Hi,
I'm running blast commands from a cluster of nodes and sometimes if succeeding and sometimes it fails.
the command i run is:
blastall -p blastn -g F -q -9999 -i ""/users/pmrotem/projects/mirna/hornstein/LB912/qc/LB912.filtered_fastqc/mir_qc//temp/split.1.fasta"" -d ""/bio/db/blast/nt"" -e 0.01 -m 7 -v 1 -b 1 -o ""/users/pmrotem/projects/mirna/hornstein/LB912/qc/LB912.filtered_fastqc/mir_qc//temp/split.1.xml""
the error i get is:
WARNING: Unable to open output file /users/pmrotem/projects/mirna/hornstein/LB912/qc/LB912.filtered_fastqc/mir_qc//temp/split.1.xml:
[blastall] FATAL ERROR: BlastFormattingInfoNew returned non-zero status'
after it fails i run the same command without the cluster and it succeds.
can anyone tell about this error?