Hi all,
I blasted a fasta file with 15000 sequences on a linux machine using the following command:
blastp -query protein.fasta -db nr -evalue 1e-6 -num_threads 64 -outfmt 5 -max_target_seqs 5 -out output.xml
However I could only obtain results for the first 405 sequences. The program run off at some timepoint (about 2 hrs on our cluster). What would be the problem?
Thanks a lot!
I blasted a fasta file with 15000 sequences on a linux machine using the following command:
blastp -query protein.fasta -db nr -evalue 1e-6 -num_threads 64 -outfmt 5 -max_target_seqs 5 -out output.xml
However I could only obtain results for the first 405 sequences. The program run off at some timepoint (about 2 hrs on our cluster). What would be the problem?
Thanks a lot!
Comment