Hi @thermokarst
Sorry for the double post earlier. (Am I posting this in the correct place this time?)
I am running QIIME 2 through a native install on a linux the 32gb RAM. Here is the code:
qiime alignment mafft --i-sequences uchime-dn-out/rep-seqs-nonchimeric.qza --o-alignment aligned-rep-seqs-nonchimeric.qza --verbose
Here is the output:
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 /tmp/qiime2-archive-06k19wvb/93f71b67-0186-47f3-aa50-06d903649ea1/data/dna-sequences.fasta
inputfile = orig
171077 x 404 - 172 d
nthread = 1
stacksize: 8192 kb->33413 kb
generating a scoring matrix for nucleotide (dist=200) ... done
Gap Penalty = -1.53, +0.00, +0.00
Making a distance matrix ..
40301 / 171077 (thread 0)/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/bin/mafft: line 2440: 26812 Killed "$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 "/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/lib/python3.5/site-packages/q2cli/commands.py", line 224, in call
results = action(**arguments)
File "", line 2, in mafft
File "/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/lib/python3.5/site-packages/qiime2/sdk/action.py", line 228, in bound_callable
output_types, provenance)
File "/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/lib/python3.5/site-packages/qiime2/sdk/action.py", line 363, in callable_executor
output_views = self._callable(**view_args)
File "/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/lib/python3.5/site-packages/q2_alignment/_mafft.py", line 61, in mafft
run_command(cmd, aligned_fp)
File "/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/lib/python3.5/site-packages/q2_alignment/_mafft.py", line 27, in run_command
subprocess.run(cmd, stdout=output_f, check=True)
File "/home/bobcatgenomics/miniconda3/envs/qiime2-2017.12/lib/python3.5/subprocess.py", line 398, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/tmp/qiime2-archive-06k19wvb/93f71b67-0186-47f3-aa50-06d903649ea1/data/dna-sequences.fasta']' returned non-zero exit status 1
Plugin error from alignment:
Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/tmp/qiime2-archive-06k19wvb/93f71b67-0186-47f3-aa50-06d903649ea1/data/dna-sequences.fasta']' returned non-zero exit status 1
See above for debug info.
Thanks!
Laura