Guys,
I have used the following code for alignment
qiime alignment mafft
--i-sequences rep-seqs.qza
--o-alignment aligned-rep-seqs.qza
Then I got the following error
=============
Plugin error from alignment:
Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/var/folders/0_/kqg94rwj0hn532c1t4jlgtlh1__xx4/T/qiime2-archive-44vauu_e/2fd7ef40-143d-41ac-8ef9-a7b544583ac0/data/dna-sequences.fasta']' returned non-zero exit status 1.
Debug info has been saved to /var/folders/0_/kqg94rwj0hn532c1t4jlgtlh1__xx4/T/qiime2-q2cli-err-7s9iz_0t.log
============
And here is the log file content, ANY HELP PLEASE?
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/0_/kqg94rwj0hn532c1t4jlgtlh1__xx4/T/qiime2-archive-44vauu_e/2fd7ef40-143d-41ac-8ef9-a7b544583ac0/data/dna-sequences.fasta
inputfile = orig
188388 x 458 - 235 d
nthread = 1
stacksize: 8192 kb->36794 kb
generating a scoring matrix for nucleotide (dist=200) ... done
Gap Penalty = -1.53, +0.00, +0.00
Making a distance matrix ..
188301 / 188388
done.
/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/bin/mafft: line 2440: 1326 Killed: 9 "$prefix/disttbfast" -q $npickup -E $cycledisttbfast -V "-"$gopdist -s $unalignlevel $legacygapopt $mergearg -W $tuplesize $termgapopt $outnum $addarg $add2ndhalfarg -C $numthreadstb $memopt $weightopt $treeinopt $treeoutopt $distoutopt $seqtype $model -f "-"$gop -Q $spfactor -h $aof $param_fft $algopt $treealg $scoreoutarg < infile > pre 2>> "$progressfile"
Traceback (most recent call last):
File "/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/q2cli/commands.py", line 328, in call
results = action(**arguments)
File "</Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/decorator.py:decorator-gen-473>", line 2, in mafft
File "/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/qiime2/sdk/action.py", line 245, in bound_callable
output_types, provenance)
File "/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/qiime2/sdk/action.py", line 390, in callable_executor
output_views = self._callable(**view_args)
File "/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_alignment/_mafft.py", line 85, in mafft
run_command(cmd, aligned_fp)
File "/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_alignment/mafft.py", line 27, in run_command
subprocess.run(cmd, stdout=output_f, check=True)
File "/Users/elolimyahmed/miniconda3/envs/qiime2-2020.2/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/var/folders/0/kqg94rwj0hn532c1t4jlgtlh1__xx4/T/qiime2-archive-44vauu_e/2fd7ef40-143d-41ac-8ef9-a7b544583ac0/data/dna-sequences.fasta']' returned non-zero exit status 1.