zeeev / mergeSVcallers

heuristics to merge structural variant calls in VCF format.
35 stars 5 forks source link

How to set the -s parameter? #3

Open xiagjt opened 8 years ago

xiagjt commented 8 years ago

What is the difference betwen -s 100 and -s 500 ? I do not know the parameter -s. Thank you!

zeeev commented 8 years ago

-s requires that both the start and end of two SV be no more than S base pairs apart.

At -s 100 if the two start positions are at 1000 and 1200 the two SVs will not be merged.

Sent from my iPhone

On Sep 4, 2016, at 7:25 AM, xiagjt notifications@github.com wrote:

What is the difference betwen -s 100 and -s 500 ? I do not know the parameter -s. Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

xiagjt commented 8 years ago

thank you !