Traceback (most recent call last):
File "home/qiime/scripts/assign_taxonomy.py", line 307, in <module>
main()
File "home/qiime/scripts/assign_taxonomy.py", line 285, in main
result_path=temp_result_path,log_path=log_path)
File "home/qiime/qiime/assign_taxonomy.py", line 367, in __call__
output_fp=result_path,
File "home/qiime/qiime/pycogent_backports/mothur.py", line 508, in mothur_classify_file
assignments = list(parse_mothur_assignments(result['assignments']))
KeyError: 'assignments'
I am running the latest version of qiime at 9918b60016069bdb8c72546d08695e1e25742b8b.
Sample file rep_set.fna is attached
(extension changed from fna to jpg)
As well as output of print_qiime_config.py
(extension changed from txt to jpg).
I tested the taxonomic assignment script on a very small test sample with the MOTHUR classifier and it produces an error.
The offending command is the following:
This produces a
KeyError
exception:I am running the latest version of qiime at 9918b60016069bdb8c72546d08695e1e25742b8b.
Sample file
rep_set.fna
is attached (extension changed fromfna
tojpg
)As well as output of
print_qiime_config.py
(extension changed fromtxt
tojpg
).