vsearch icon indicating copy to clipboard operation
vsearch copied to clipboard

Versatile open-source tool for microbiome analysis

Results 63 vsearch issues
Sort by recently updated
recently updated
newest added

Using the [SIMD Everywhere (SIMDe) library](https://github.com/simd-everywhere/simde). We are using this patch on Debian to build vsearch for RISCV64 and other architectures This PR is a workaround for https://github.com/torognes/vsearch/issues/560 until a...

Frédéric discovered that vsearch 2.28.1 crashes with a segmentation fault when running `derep_id` on both strands. It can be reproduced like this: ```sh printf ">s1;size=1;\nA\n>s1;size=1;\nT\n" | \ vsearch \ --derep_id...

bug

https://github.com/torognes/vsearch/blob/e79adfd5c77e4a18c218b5aafa430344127e4a9f/src/vsearch.cc#L4744 what happens to reads with a q20 score when i set fastq_max to 90? using this command vsearch --fastq_filter file_q20.fastq --fastq_qmax 90 -fastaout file_q20.fasta