Hi Toni,
thanks for your reply.
I am using linux cluster and through this I am loading Blast through the command:
module load blast
As far as I am aware Blast is then loaded and available, but it doesn't appear as such within the directory, if that makes sense,
I can run the command blastall
otus.fa was generated using a Usearch pipeline.
The Silva release I was using was 108 with this script:
assign_taxonomy.py -i otus.fa -m blast \
-t ../Silva_108_Qiime/taxa_mapping/Silva_RDP_taxa_mapping_Eukarya_only_genus.txt \
-r ../Silva_108_Qiime/rep_set/Silva_108_rep_set_Eukarya_only.fna \
-o assigned_taxonomy2;
for using this I had a Silva file in my home directory. Looking at the qiime website it doesn't seem to suggest SILVA 128 is compatible:
Am I wrong in this? And if release 128 is compatible I am unsure of how to use it being in ARB format.
This script above worked fine but the taxonomic resolution of the output was poor. When using the web based Blast search for some of the OTU's, the resolution of taxonomic assignment was much greater, hence wishing to use BLAST for assign taxonomy and compare the output.
thanks again for any help you are able to give