Skip to content

Commit

Permalink
Merge pull request #89 from szhan/print_case_2d
Browse files Browse the repository at this point in the history
Print num_case_2d
  • Loading branch information
szhan authored Jun 7, 2023
2 parents 8eed852 + 53e3618 commit 49e6431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def make_compatible_samples(
print(f"Case 2a (both, aligned): {num_case_2a}")
print(f"Case 2b (both, unaligned): {num_case_2b}")
print(f"Case 2c (flagged): {num_case_2c}")
print(f"Case 2d (monoallelic in target): {num_case_2d}")
print(f"Case 3 (target-only): {num_case_3}")
print(f"Chip sites: {num_chip_sites}")
print(f"Mask sites: {num_mask_sites}")
Expand Down

0 comments on commit 49e6431

Please sign in to comment.