vsearch icon indicating copy to clipboard operation
vsearch copied to clipboard

Segfault with derep_id on both strands

Open torognes opened this issue 4 weeks ago • 1 comments

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:

printf ">s1;size=1;\nA\n>s1;size=1;\nT\n" | \
   vsearch \
       --derep_id - \
       --minseqlength 1 \
       --strand both \
       --quiet \
       --output /dev/null

torognes avatar Jun 28 '24 14:06 torognes