What happens when the --fastq_stripleft value is equal to or greater than the length of a sequence? This is a question that was sent to me directly. I submit it as a GitHub issue for future referencing.
The answer is that if a sequence is equal to or shorter than the --fastq_stripleft value, vsearch will discard it. The number of discarded sequences is reported by vsearch at the end of the process. Tests were added to cover that particular aspect (https://github.com/frederic-mahe/vsearch-tests/commit/d4b860615e070cedf41939f3b3fa6145d2bceeb9). Documentation will be updated, effectively closing that issue.
What happens when the
--fastq_stripleft
value is equal to or greater than the length of a sequence? This is a question that was sent to me directly. I submit it as a GitHub issue for future referencing.The answer is that if a sequence is equal to or shorter than the
--fastq_stripleft
value,vsearch
will discard it. The number of discarded sequences is reported byvsearch
at the end of the process. Tests were added to cover that particular aspect (https://github.com/frederic-mahe/vsearch-tests/commit/d4b860615e070cedf41939f3b3fa6145d2bceeb9). Documentation will be updated, effectively closing that issue.