Hello,
I've previously used fragment-insertion plugin without any issues. However, recently as I'm trying generate the tree using rep_seq file generated from vsearch open-reference clustering. I'm getting the following error from the this plugin.
And the log file says-
Removing /tmp/tmp.etXzw1y7jQ/sepp-tmp-CaHDDnOVOT
Traceback (most recent call last):
File "/home/turtle/miniconda3/envs/qiime2-2023.2/lib/python3.8/site-packages/q2cli/commands.py", line 352, in call
results = action(**arguments)
File "", line 2, in sepp
File "/home/turtle/miniconda3/envs/qiime2-2023.2/lib/python3.8/site-packages/qiime2/sdk/action.py", line 234, in bound_callable
outputs = self.callable_executor(scope, callable_args,
File "/home/turtle/miniconda3/envs/qiime2-2023.2/lib/python3.8/site-packages/qiime2/sdk/action.py", line 381, in callable_executor
output_views = self._callable(**view_args)
File "/home/turtle/miniconda3/envs/qiime2-2023.2/lib/python3.8/site-packages/q2_fragment_insertion/_insertion.py", line 71, in sepp
_run(str(representative_sequences.file.view(DNAFASTAFormat)),
File "/home/turtle/miniconda3/envs/qiime2-2023.2/lib/python3.8/site-packages/q2_fragment_insertion/_insertion.py", line 53, in _run
subprocess.run(cmd, check=True, cwd=cwd)
File "/home/turtle/miniconda3/envs/qiime2-2023.2/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['run-sepp.sh', '/tmp/qiime2/turtle/data/3095dbf2-7de3-4f15-9049-89ca7ccc2969/data/dna-sequences.fasta', 'q2-fragment-insertion', '-x', '1', '-A', '1000', '-P', '5000', '-a', '/tmp/qiime2/turtle/data/e44b5e78-31e5-4a0f-9041-494bc3ca2df2/data/aligned-dna-sequences.fasta', '-t', '/tmp/qiime2/turtle/data/e44b5e78-31e5-4a0f-9041-494bc3ca2df2/data/tree.nwk', '-r', '/tmp/qiime2/turtle/data/e44b5e78-31e5-4a0f-9041-494bc3ca2df2/data/raxml-info.txt']' returned non-zero exit status 1.
But I did get it to run for the rep_seq file from de-novo clustering. Being a novice in metagenomic data analysis. Can someone please explain to me what I'm, doing wrong? and How can I resolve this error?
I'm attaching the file that I'm trying to run.
sotu_rep_seqs_0.97.qza (705.7 KB)
sotu_rep_seqs_0.99.qza (1.2 MB)
I used these rep_seq file while using the provided sepp-refs-silva-128.qza from the qiime2 data-resource as reference.