When I try to run this command:
igblastn -germline_db_V $GERMLINE_DB"/human_gl_HV" \
-germline_db_J $GERMLINE_DB"/human_gl_HJ" \
-germline_db_D $GERMLINE_DB"/human_gl_HD" \
-organism human -domain_system imgt \
-query $WORKDIR"/"$FILE".fasta" \
-auxiliary_data $IGBLASTDIR"/optional_file/human_gl.aux" \
-outfmt 7 -num_threads 4 \
-num_alignments_V 5 \
-out $FILE"_tab.igblast"
I get this error:
BLAST query/options error: Germline annotation database human/human_V could not be found in [internal_data] directory
(*assume that all the variables are found ok.)
There is a folder named internal_data
inside the directory /home/user/igblast/
and there is an imgt germline files
What should I do to fix it?
Thanks
You might wanna substitute appropriate values for the variables - that would make the problem clearer for all of us. Also, you might wanna use this syntax to demarkate variable names from surrounding literal strings:
That would make your command a bit clearer as well:
Thank you. I will try to make it clearer: