Skip to content

Commit 6c21b7a

Browse files
authored
bug fix; update __main__.py
previous support for ballc adding a cmeta_path arg to function extract_allc which breaks the cli extract-allc function. fixed in this commit
1 parent fb895c3 commit 6c21b7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ALLCools/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ 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+
args_vars["cmeta_path"] = None
815816
elif cur_command in ["allc-to-region-count", "region", "2region"]:
816817
from ._allc_to_region_count import allc_to_region_count as func
817818
elif cur_command in ["allc-to-bigwig", "bw", "2bw"]:

0 commit comments

Comments
 (0)