Skip to content

3 Quick start

Andrzej Zielezinski edited this page Oct 24, 2024 · 2 revisions

Follow these steps to quickly run Vclust on the provided example genomes. The process takes just a few seconds.

  1. Prefilter similar genome sequence pairs before conducting pairwise alignments.
vclust prefilter -i example/multifasta.fna -o fltr.txt
  1. Align similar genome sequence pairs and calculate pairwise ANI measures.
vclust align -i example/multifasta.fna -o ani.tsv --filter fltr.txt
  1. Cluster genome sequences based on given ANI measure and minimum threshold.
vclust cluster -i ani.tsv -o clusters.tsv --ids ani.ids.tsv --metric ani --ani 0.95