PMBio / deeprvat

Other
31 stars 2 forks source link

Add variants chromosomes filtering in preprocessing pipeline #87

Closed endast closed 4 months ago

endast commented 4 months ago

What

This PR updates the preprocessing pipeline so that the add_variants_id now filters the output if the --chromosomes flag is used. There are also new tests for this functionality.

Wait for this PR to be merged first: https://github.com/PMBio/deeprvat/pull/86

Testing

You can run the tests in the tests/preprocessing directory. And also run the example preprocessing pipeline, and try changing the chromosomes in the config and make sure it filters it correctly.