This document contains recommended settings for running Aardvark on different types of variants.
Table of contents:
The default settings are configured for small-variant only runs. This includes SNVs and indels < 50bp.
When adding structural variants, we recommend increasing the window size parameter of Aardvark. This tends to increase the final scores at the cost of additional compute time:
aardvark compare \
--min-variant-gap 1000 \
...
When adding tandem repeat variants, we recommend increasing the window size parameter of Aardvark.
This tends to increase the final scores at the cost of additional compute time.
Depending on how the variants are represented, the RECORD_BP scoring scheme may provide a complementary score for the tandem repeat variants.
See the record basepair description for more details:
aardvark compare \
--min-variant-gap 1000 \
--enable-record-basepair \
...