Skip to content

Commit

Permalink
add filter_variants_multiple test
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 22, 2024
1 parent 3c07abc commit 065e7e0
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
100096
100097
100099
100100
100101
100102
100103
100104
100105
100106
100107
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions tests/preprocessing/test_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ def load_h5_archive(h5_path):
],
"genotypes_chr1.h5",
),
(
"filter_variants_multiple",
[
"--chromosomes",
"1",
"--exclude-variants",
f"{(tests_data_dir / 'process_sparse_gt/filter_variants_minimal/input/qc').as_posix()}",
],
"genotypes_chr1.h5",
),
(
"filter_samples_minimal",
[
Expand Down

0 comments on commit 065e7e0

Please sign in to comment.