You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: