Hi Rachel
In vsearch, there is no option to the cluster_fast command to not output singletons.
To remove singletons you may for example run the fastx_filter command with the minsize option, after clustering, like this:
vsearch --fastx_filter input.fasta --minsize 2 --fastaout output.fasta
We have recently introduced a stricter checking of options in vsearch to inform users of options that have no effect on the selected command.
I hope this helps!
Any details would be appreciated if there is any inconsistencies between the manual and other information provided by vsearch.
- Torbjørn