Re: Alignment error message

this might be a little outdated, but just for the record:
In response to @coralgal's post regarding an error message when running
qiime alignment mafft --i-sequences rep-seqs.qza --o-alignment aligned-rep-seqs.qza in earlier qiime2 builds.

I came across this same issue/error message while using qiime2-2020.2.
It was solved when I modified the command using the --p-n-threads auto flag:
qiime alignment mafft --i-sequences rep-seqs.qza --o-alignment aligned-rep-seqs.qza --p-n-threads auto

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.