Traceback (most recent call last):
File "/macqiime/anaconda/bin/parallel_identify_chimeric_seqs.py", line 173, in <module>
main()
File "/macqiime/anaconda/bin/parallel_identify_chimeric_seqs.py", line 169, in main
suppress_submit_jobs=opts.suppress_submit_jobs)
File "/macqiime/anaconda/lib/python2.7/site-packages/qiime/parallel/util.py", line 133, in __call__
self._precommand_initiation(input_fp, output_dir, working_dir, params)
File "/macqiime/anaconda/lib/python2.7/site-packages/qiime/parallel/identify_chimeric_seqs.py", line 70, in _precommand_initiation
build_blast_db_from_fasta_path(reference_seqs_fp)
File "/macqiime/anaconda/lib/python2.7/site-packages/bfillings/formatdb.py", line 116, in build_blast_db_from_fasta_path
fdb = FormatDb(WorkingDir=output_dir, HALT_EXEC=HALT_EXEC)
File "/macqiime/anaconda/lib/python2.7/site-packages/burrito/util.py", line 201, in __init__
self._error_on_missing_application(params)
File "/macqiime/anaconda/lib/python2.7/site-packages/burrito/util.py", line 468, in _error_on_missing_application
"Is it in your path?" % command)
burrito.util.ApplicationNotFoundError: Cannot find formatdb. Is it installed? Is it in your path?
I understand that this has something to do with blast not being in my path?
When I type which blastall and then $echo PATH, I get the following:
/macqiime/QIIME/bin:/macqiime/bin:/macqiime/rtax-0.984:/macqiime/rtax-0.984/scripts:/macqiime/anaconda/bin:/macqiime/microbiomeutil_2010-04-29/ChimeraSlayer:/macqiime/microbiomeutil_2010-04-29/NAST-Ier:/macqiime/microbiomeutil_2010-04-29/WigeoN:/macqiime/blat:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
But I do not know how go get blast into my path. I have downloaded ncbi-blast-2.6.0+ and it is currently installed in my home directory. I tried modifying my PATH file by adding the following line:
export PATH=/ncbi-blast-2.6.0+/bin:${PATH}
but that didn't work. How do I get the blast files into my path correctly?
Thank you!
DENR-MNS-49F9VN:~ genlab$ which blastall
DENR-MNS-49F9VN:~ genlab$ echo $PATH
/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
I don't know that that info helps at all, just trying to put everything out there!
Also, my file is named ncbi-blast-2.2.22+, which is slightly different than the one mentioned (blast-2.2.22). Is this still the right program?
Also, my file is named ncbi-blast-2.2.22+, which is slightly different than the one mentioned (blast-2.2.22). Is this still the right program?