Skip to content

Commit

Permalink
Fix exclude calls filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Nov 28, 2023
1 parent 53acbca commit 448eab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/preprocessing/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def process_sparse_gt(
)

if file_chrom == chrom:
exclude_calls_chrom_files.append(file_chrom)
exclude_calls_chrom_files.append(exclude_call_file)

if exclude_calls_chrom_files:
calls_to_exclude = pd.concat(
Expand Down

0 comments on commit 448eab5

Please sign in to comment.