-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I am interested in the tool, but find parts of the documentation somewhat confusing.
Could you maybe clarify the difference between these options:
--siteVCF
--candidateVCF
--predefinedVCF
--dbSNP
--dbsnpVCF
--SVDPrefix
--RefVCF
--RefVCFList
And the difference between:
--callableRegion
and
--regionList
siteVCF (for candidate sites in the wiki) and predefinedVCF (for predefined sites) are used in the index function, so I assume they contain the SNPs to build the reduced region as written in the paper, which is also filtered by either callableRegion and regionList, but what exactly is the difference between candidates and predefined sites and what is the difference between target region and callable region?
In the main Readme file you use dbSNP, in the wiki you have dbsnpVCF as option. Is that a type or are there two options. If there is only one option, how is this VCF file handled differently from the candidate or predefined sites?
Also in the examples the candidateVCF option is used, which is not found in the wiki.
The same goes for RefVCFList.
I would appreciate if you could take the time explain what the each option does.