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

fix: restrict calls to reference contigs #101

Merged
merged 5 commits into from
Sep 12, 2024

Conversation

BiancaStoecker
Copy link
Collaborator

WGS callsets have no target region to intersect the calls with. When the callset contains contigs not in the reference, normalize-calls throws an erorr. Therefore the new rule restrict_to_reference_contigs removes all calls in contigs that are not in the reference and reheaders the vcf accordingly.

@BiancaStoecker BiancaStoecker changed the title Fix/restrict calls to reference contigs fix: restrict calls to reference contigs Sep 12, 2024
Copy link
Contributor

@johanneskoester johanneskoester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, just two things!

workflow/rules/eval.smk Outdated Show resolved Hide resolved
workflow/envs/bcftools.yaml Outdated Show resolved Hide resolved
BiancaStoecker and others added 3 commits September 12, 2024 11:51
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
…snakemake-workflows/dna-seq-benchmark into fix/restrict-calls-to-reference-contigs
@johanneskoester johanneskoester merged commit 0413580 into main Sep 12, 2024
5 checks passed
@johanneskoester johanneskoester deleted the fix/restrict-calls-to-reference-contigs branch September 12, 2024 10:37
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

Successfully merging this pull request may close these issues.

2 participants