We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3525fd2 + fc33b52 commit 314ccf5Copy full SHA for 314ccf5
1 file changed
ALLCools/__main__.py
@@ -812,6 +812,8 @@ def main():
812
from ._merge_allc import merge_allc_files as func
813
elif cur_command in ["extract-allc", "extract"]:
814
from ._extract_allc import extract_allc as func
815
+
816
+ args_vars["cmeta_path"] = None
817
elif cur_command in ["allc-to-region-count", "region", "2region"]:
818
from ._allc_to_region_count import allc_to_region_count as func
819
elif cur_command in ["allc-to-bigwig", "bw", "2bw"]:
0 commit comments