Hey Colin,
I can rerun the command with --verbose but this took over a week to run the last time, so it may be a bit before I have answers.
Here is the output of the log file:
Running external command line application. This may print messages to stdout and/or stderr.
The command being run is below. This command cannot be manually re-run as it will depend on temporary files that no longer exist.
Command: mafft --preservecase --inputorder --thread 1 /var/folders/4w/v2ylb51s721gyqw_rjnvqr940000gq/T/qiime2/dr33/data/d856750a-acb2-4827-8983-7dcd039f47dc/data/dna-sequences.fasta
inputfile = orig
62763 x 418 - 250 d
nthread = 1
nthreadpair = 1
nthreadtb = 1
ppenalty_ex = 0
stacksize: 8176 kb->12258 kb
generating a scoring matrix for nucleotide (dist=200) ... done
Gap Penalty = -1.53, +0.00, +0.00
Making a distance matrix ..
62701 / 62763 (thread 0)
done.
Constructing a UPGMA tree (efffree=0) ...
62760 / 62763
done.
Progressive alignment 1/2...
STEP 62001 / 62762 h
Reallocating..done. *alloclen = 2037
STEP 62701 / 62762 h
Reallocating..done. *alloclen = 3174
done.
Making a distance matrix from msa..
62700 / 62763 (thread 0)
done.
Constructing a UPGMA tree (efffree=1) ...
62760 / 62763
done.
Progressive alignment 2/2...
STEP 62501 / 62762 h
Reallocating..done. *alloclen = 2021
STEP 62701 / 62762 h
Reallocating..done. *alloclen = 3061
done.
disttbfast (nuc) Version 7.520
alg=A, model=DNA200 (2), 1.53 (4.59), -0.00 (-0.00), noshift, amax=0.0
0 thread(s)
mv: rename hat3.seed to hat3: No such file or directory
Cannot open orig
Traceback (most recent call last):
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2cli/commands.py", line 520, in call
results = self._execute_action(
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2cli/commands.py", line 581, in _execute_action
results = action(**arguments)
File "", line 2, in mafft
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/sdk/action.py", line 342, in bound_callable
outputs = self.callable_executor(
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/qiime2/sdk/action.py", line 576, in callable_executor
output_views = self._callable(**view_args)
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2_alignment/_mafft.py", line 128, in mafft
return _mafft(sequences_fp, None, n_threads, parttree, False)
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2_alignment/_mafft.py", line 100, in _mafft
run_command(cmd, result_fp)
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/q2_alignment/_mafft.py", line 26, in run_command
subprocess.run(cmd, stdout=output_f, check=True)
File "/Users/dr33/miniconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/var/folders/4w/v2ylb51s721gyqw_rjnvqr940000gq/T/qiime2/dr33/data/d856750a-acb2-4827-8983-7dcd039f47dc/data/dna-sequences.fasta']' returned non-zero exit status 1.
Wes