Skip to content

Commit

Permalink
v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
seqyuan committed Apr 18, 2024
1 parent 85c080a commit fff847e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trackc/scripts/trackc_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def hicContactMap(Paras, ax):
):
del Paras["mat"]["method"]
mat_obj = tc.tl.extractContactRegions(
clr=Paras["mat"]["clr"], row_regions=region
**Paras["mat"]["clr"]
)
mat = mat_obj.cmat
else:
Expand All @@ -82,7 +82,7 @@ def hicContactMap(Paras, ax):
):
del Paras["mat2"]["method"]
mat_obj = tc.tl.extractContactRegions(
clr=Paras["mat2"]["clr"], row_regions=region
**Paras["mat2"]["clr"]
)
mat2 = mat_obj.cmat
else:
Expand Down

0 comments on commit fff847e

Please sign in to comment.