Skip to content

Commit

Permalink
add arg
Browse files Browse the repository at this point in the history
  • Loading branch information
5im1z committed Feb 3, 2025
1 parent 2ef15b1 commit 192c223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depmapomics/tasks/vcf_to_depmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def main(args=None):
only_coding=True,
whitelist=whitelist,
drop_multi=True,
drop_clustered_events=True,
tokeep={**TOKEEP_BASE, **TOKEEP_ADD},
index=True,
version=version,
Expand All @@ -212,6 +213,7 @@ def main(args=None):
only_coding=True,
whitelist=whitelist,
drop_multi=True,
drop_clustered_events=True,
mode="a",
header=False,
tokeep={**TOKEEP_BASE, **TOKEEP_ADD},
Expand Down

0 comments on commit 192c223

Please sign in to comment.