Skip to content

Commit

Permalink
drop clustered event filter in vcf_to_depmap
Browse files Browse the repository at this point in the history
  • Loading branch information
5im1z committed Jan 24, 2025
1 parent 8d8e241 commit 7180ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion depmapomics/tasks/vcf_to_depmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,6 @@ def drop_lowqual(
| (vcf["slippage"] == "Y")
| (vcf["strand_bias"] == "Y")
| (vcf["weak_evidence"] == "Y")
| (vcf["clustered_events"] == "Y")
| (vcf["base_qual"] == "Y")
)
)
Expand Down

0 comments on commit 7180ae7

Please sign in to comment.