With --vsearch_cluster in some (potentially rare) edge case, QIIME2_INSEQ complains that the fasta file isnt valid. This is due to masking low complexity regions (in that case multiple G's in a row) and QIIME2 expects all capitalized nucleotide symbols.
Masking can be prevented with --qmask "none", so that a config that contains
Description of the bug
With --vsearch_cluster in some (potentially rare) edge case, QIIME2_INSEQ complains that the fasta file isnt valid. This is due to masking low complexity regions (in that case multiple G's in a row) and QIIME2 expects all capitalized nucleotide symbols.
Masking can be prevented with
--qmask "none"
, so that a config that containswill fix the issue.
Command used and terminal output
No response
Relevant files
No response
System information
No response