Skip to content

Commit 314ccf5

Browse files
authored
Merge pull request #50 from jksr/patch-1
bug fix; update __main__.py
2 parents 3525fd2 + fc33b52 commit 314ccf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ALLCools/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,8 @@ def main():
812812
from ._merge_allc import merge_allc_files as func
813813
elif cur_command in ["extract-allc", "extract"]:
814814
from ._extract_allc import extract_allc as func
815+
816+
args_vars["cmeta_path"] = None
815817
elif cur_command in ["allc-to-region-count", "region", "2region"]:
816818
from ._allc_to_region_count import allc_to_region_count as func
817819
elif cur_command in ["allc-to-bigwig", "bw", "2bw"]:

0 commit comments

Comments
 (0)