Entering edit mode
3.8 years ago
a.mostafa5050
▴
10
Hi everyone,
I downloaded the nr database from NCBI in order to run Blast on Linux.
I got the error message
"Error: mdb_env_open: No such file or directory"
My slurm script is
blastp -query /cluster/work/users/ahmedbar/prokka_result_AC/$SAMPLE_ID_1 -db /cluster/work/users/ahmedbar/DB/nr -max_target_seqs 5 -out /$OUTPUTFILE.txt
Could you please help me in this? Thanks
unfortunately no, the error is clearly showing your job cannot find the db, which means your worker node is not syncing the directory where is your db located. You need help from your cluster sysadmin.
check the memory usage. This error might be linked to the memory usage? what are the specs of your machines (or resources assigned to this job)?