Skip to content

Commit

Permalink
Merge pull request #50 from jksr/patch-1
Browse files Browse the repository at this point in the history
bug fix; update __main__.py
  • Loading branch information
lhqing authored Jul 9, 2024
2 parents 3525fd2 + fc33b52 commit 314ccf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ALLCools/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@ def main():
from ._merge_allc import merge_allc_files as func
elif cur_command in ["extract-allc", "extract"]:
from ._extract_allc import extract_allc as func

args_vars["cmeta_path"] = None
elif cur_command in ["allc-to-region-count", "region", "2region"]:
from ._allc_to_region_count import allc_to_region_count as func
elif cur_command in ["allc-to-bigwig", "bw", "2bw"]:
Expand Down

0 comments on commit 314ccf5

Please sign in to comment.