Hi all, I’m very new to galaxy and the associated pipelines used within this site first off! To sum up what I’m aiming to do in short is analyse microbiome data generated by NGS.
So far I’ve managed to run BLASTS within galaxy, trim my FASTQ data and do the basics such as quality control stats. However. I would like to go onto using Mothur or DADA2 to generate OTU’s but this is seemingly impossible!
So, I have tried to use the QIIME2 import pipeline within galaxy but every time I try I get an error message and red box around my job in the queue which looks like this: Dataset Error Report
An error occurred while running the tool toolshed.g2.bx.psu.edu/repos/q2d2/qiime2_core__tools__import/qiime2_core__tools__import/2024.5.0+dist.he540b0b0.
Details
Execution resulted in the following messages:
Fatal error: Exit code 1 ()
Tool generated the following standard error:
Unexpected error importing data: /cor
ral4/main/objects/a/8/0/dataset_a80a8
aad-e0be-4cfb-b3eb-4e3dca357791.dat
is not a(n) AlignedDNAFASTAFormat
file:
First line of file is not a valid
description. Descriptions must start
with ‘>’
Matplotlib created a temporary cache directory at /corral4/main/jobs/061/523/61523435/tmp/matplotlib-bqoej_fd because the default path (/home/qiime2/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.
Traceback (most recent call last):
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/plugin/model/file_format.py”, line 26, in validate
self.validate(level)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2_types/_util.py”, line 37, in validate
self._validate_FASTA(level, FASTAValidator, ValidationSet)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2_types/_util.py”, line 70, in _validate_FASTA
raise ValidationError("First line of file is not a valid "
qiime2.core.exceptions.ValidationError: First line of file is not a valid description. Descriptions must start with ‘>’
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/opt/conda/envs/qiime2-amplicon-2024.5/bin/q2galaxy”, line 11, in
sys.exit(root())
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/click/core.py”, line 1157, in call
return self.main(*args, **kwargs)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/click/core.py”, line 1078, in main
rv = self.invoke(ctx)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/click/core.py”, line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/click/core.py”, line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/click/core.py”, line 783, in invoke
return callback(*args, **kwargs)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2galaxy/main.py”, line 96, in run
builtin_runner(action, config)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2galaxy/core/drivers/builtins.py”, line 41, in builtin_runner
tool(inputs, stdio=stdio)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2galaxy/core/drivers/builtins.py”, line 62, in import_data
artifact = import_name_data(type, format, files_to_move,
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2galaxy/core/drivers/stdio.py”, line 38, in wrapped
return function(*args, **kwargs)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2galaxy/core/drivers/builtins.py”, line 162, in import_name_data
return qiime2.Artifact.import_data(type, path, view_type=format)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/sdk/result.py”, line 332, in import_data
return cls.from_view(type, view, view_type, provenance_capture,
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/sdk/result.py”, line 360, in _from_view
result = transformation(view, validate_level)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/core/transform.py”, line 68, in transformation
self.validate(view, level=validate_level)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/core/transform.py”, line 143, in validate
view.validate(level)
File “/opt/conda/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/plugin/model/file_format.py”, line 28, in validate
raise ValidationError(
qiime2.core.exceptions.ValidationError: /corral4/main/objects/a/8/0/dataset_a80a8aad-e0be-4cfb-b3eb-4e3dca357791.dat is not a(n) AlignedDNAFASTAFormat file:
First line of file is not a valid description. Descriptions must start with ‘>’
Not quite sure where I’m going wrong here, I know that I’m being told to use a file in ‘gza’ format! This means very little to me and I’m not sure how I would go about getting my files into this format. Finally, please be aware I have very minimal coding knowledge and would be hesitant to use the likes of Conda!
Thanks in advance.