Hi,
I did the alignment using Vsearch and observed taxonomy, built phylogeny and everything worked great. I wanted to view the summary of the alignment results (number of hits, mismatches etc) and I tried running the qiime quality-control evaluate seqs using the following commands:
qiime quality-control evaluate-seqs \
–i-query-sequences analysis/rep-seqs.qza
–i-reference-sequences phylogeny/99_otus.qza
–p-show-alignments
–o-visualization qualitycheck
But after running for several hours, an error popped up:
Plugin error from quality-control:
Image size of 15233x697000 pixels is too large. It must be less than 2^16 in each direction.
Debug info has been saved to /tmp/qiime2-q2cli-err-r67a4tta.log
Is there any other way to view the alignment result?
Thanks!!