Hello. I have just downloaded the latest QIIME2 2018.4.
When I try to import data, regardless of the --type I choose, I am told “Name ‘[type]’ is not a defined QIIME type, a plugin may be needed to define it.”
I have all the plugins installed. So, what is the fix?
qiime tools import --type DNAFASTAFormat --input-path /PATH/Directory --output-path /PATH/Name
Traceback (most recent call last):
File “/Users/USERNAME/miniconda3/envs/qiime2-2018.4/lib/python3.5/site-packages/qiime2/sdk/util.py”, line 62, in parse_type
type_expr = eval(string, {‘builtins’: {}}, locals_)
File “”, line 1, in
NameError: name ‘DNAFASTAFormat’ is not definedDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/Users/USERNAME/miniconda3/envs/qiime2-2018.4/lib/python3.5/site-packages/q2cli/tools.py”, line 116, in import_data
view_type=source_format)
File “/Users/USERNAME/miniconda3/envs/qiime2-2018.4/lib/python3.5/site-packages/qiime2/sdk/result.py”, line 181, in import_data
type_ = qiime2.sdk.parse_type(type_)
File “/Users/USERNAME/miniconda3/envs/qiime2-2018.4/lib/python3.5/site-packages/qiime2/sdk/util.py”, line 82, in parse_type
" may be needed to define it." % name)
qiime2.sdk.util.UnknownTypeError: Name ‘DNAFASTAFormat’ is not a defined QIIME type, a plugin may be needed to define it.An unexpected error has occurred:
Name ‘DNAFASTAFormat’ is not a defined QIIME type, a plugin may be needed to define it.
See above for debug info.