Hi there,
When I run:
qiime fragment-insertion sepp \
--i-representative-sequences rep-seqs.qza \
--i-reference-alignment alignment.qza \
--i-reference-phylogeny rooted_tree.qza \
--o-tree insertion-tree.qza \
--o-placements insertion-placements.qza
I get the following error message:
Traceback (most recent call last):
File "/data/apps/anaconda/3.6-4.3.1/envs/qiime2-2018.11/lib/python3.5/site-packages/q2cli/commands.py", line 274, in __call__
results = action(**arguments)
File "<decorator-gen-290>", line 2, in sepp
File "/data/apps/anaconda/3.6-4.3.1/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/sdk/action.py", line 231, in bound_callable
output_types, provenance)
File "/data/apps/anaconda/3.6-4.3.1/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/sdk/action.py", line 362, in _callable_executor_
output_views = self._callable(**view_args)
File "/data/apps/anaconda/3.6-4.3.1/envs/qiime2-2018.11/lib/python3.5/site-packages/q2_fragment_insertion/_insertion.py", line 179, in sepp
reference_alignment, reference_phylogeny, debug)
File "/data/apps/anaconda/3.6-4.3.1/envs/qiime2-2018.11/lib/python3.5/site-packages/q2_fragment_insertion/_insertion.py", line 137, in _run
subprocess.run(cmd, check=True, cwd=cwd)
File "/data/apps/anaconda/3.6-4.3.1/envs/qiime2-2018.11/lib/python3.5/subprocess.py", line 398, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['run-sepp.sh', '/scratch/6225856.1.mic/qiime2-archive-crqnvwyn/e4ba8d00-30b4-46c9-8e40-d0b8f3820351/data/dna-sequences.fasta', 'q2-fragment-insertion', '-x', '1', '-A', '1000', '-P', '5000', '-a', '/scratch/6225856.1.mic/qiime2-archive-5tonh1yi/714f006f-6a6d-4c62-a393-b9fc0ae24df5/data/aligned-dna-sequences.fasta', '-t', '/scratch/6225856.1.mic/qiime2-archive-qc27x6og/12b1e47c-b2f4-479e-bea3-c3875b1864f0/data/tree.nwk']' returned non-zero exit status 1
Plugin error from fragment-insertion:
Command '['run-sepp.sh', '/scratch/6225856.1.mic/qiime2-archive-crqnvwyn/e4ba8d00-30b4-46c9-8e40-d0b8f3820351/data/dna-sequences.fasta', 'q2-fragment-insertion', '-x', '1', '-A', '1000', '-P', '5000', '-a', '/scratch/6225856.1.mic/qiime2-archive-5tonh1yi/714f006f-6a6d-4c62-a393-b9fc0ae24df5/data/aligned-dna-sequences.fasta', '-t', '/scratch/6225856.1.mic/qiime2-archive-qc27x6og/12b1e47c-b2f4-479e-bea3-c3875b1864f0/data/tree.nwk']' returned non-zero exit status 1
See above for debug info.
I have looked through the similar topics but the previous answers seem either related to space or compute power which I donāt think applies as I am running on a high performance cluster.
The alignment and phylogeny were generated using the command:
qiime phylogeny align-to-tree-mafft-fasttree \
--i-sequences rep-seqs.qza \
--o-alignment alignment.qza \
--o-masked-alignment masked_alignment.qza \
--o-tree tree.qza \
--o-rooted-tree rooted_tree.qza
My rep seqs file was generated by dada2 denoise, I am happy to send it over if that is helpful, itās 50MB so I wasnāt sure if it would be wise/possible to attach here! I am using qiime2 v 2018.11 but I also tried with version 2019.1 and got the same error. In addition, to confirm it wasnāt space related I tried running this on a different drive on the cluster which has many TB of available space but keep getting the same issue!
Thanks in advance for your help!
Nick