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

Only the first Genome Segment called when putting entire chromosome in .bed file #226

Open
sergeyvilov opened this issue Feb 7, 2023 · 0 comments

Comments

@sergeyvilov
Copy link

I'm distributing variant calling across a number of cluster nodes. For each task, I specify the entire chromosome in a .bed file and provide it with the --callRegions option, i.e. a usual bed file looks like

1 0 248387328

It turns out that for such a task only the variants in the first Genome Segment (the first 12Mbp in the chromosome) are called. So, I found a workaround by commenting the following lines in share/strelka-2.9.10-1/lib/python/strelkaSharedWorkflow.py:

#if self.params.callRegionsBed is not None :
#segCmd.extend(['--call-regions-bed', self.params.callRegionsBed])

This excludes the --call-regions-bed parameter when executing strelka2 on each genome segment. It seems that --region parameter is somehow incompatible with --call-regions-bed when the latter supplies a large region.

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

1 participant