Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with interval list #9065

Open
vappiah opened this issue Dec 24, 2024 · 1 comment
Open

Help with interval list #9065

vappiah opened this issue Dec 24, 2024 · 1 comment

Comments

@vappiah
Copy link

vappiah commented Dec 24, 2024

Dear Team.
I recently used gatk to run haplotype caller. I used an interval file in the bed format. Instead of offsetting the position by 1 I used the actual positions. Does it mean that gatk processed the information by adding +1 to the generated VCF file.?

If so how can I offset the position by 1 in the generated vcf.

PS.
It took several days to run haplotype caller and I will be happy if I can deal with this without rerunning due to time constraint.
Thanks

@gokalpcelik
Copy link
Contributor

Hi @vappiah

HaplotypeCaller can perform adjustments to intervals by using -ip parameter. This parameter adds additional padding to supplied intervals therefore the tool can use a larger area covering the target interval. Other than this parameter HaplotypeCaller does not care about how bed file is generated.

If you think that you may be missing variants due to missing regions you may need to re run HaplotypeCaller and use -ip parameter to cover a larger region around your region of interest.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants