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 variant_filtering subworkflow #122

Closed
kubranarci opened this issue Dec 12, 2024 · 1 comment · Fixed by #126
Closed

fix variant_filtering subworkflow #122

kubranarci opened this issue Dec 12, 2024 · 1 comment · Fixed by #126
Assignees
Labels
bug Something isn't working

Comments

@kubranarci
Copy link
Contributor

Description of the bug

  • params.exclude_expression != null | params.include_expression != null
  • fix indexing
  • add a way to filter out SV variants when performing small variant benchmarking

Command used and terminal output

Relevant files

No response

System information

No response

@kubranarci kubranarci added the bug Something isn't working label Dec 12, 2024
@kubranarci kubranarci self-assigned this Jan 13, 2025
@kubranarci
Copy link
Contributor Author

include_expression = '(ILEN >= -5 && ILEN <= 5)' is an example on how to limit variant sizes in small variant benchmarking. bcftools filter will be used as well

@kubranarci kubranarci linked a pull request Jan 13, 2025 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant