We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb895c3 commit 6c21b7aCopy full SHA for 6c21b7a
1 file changed
ALLCools/__main__.py
@@ -812,6 +812,7 @@ 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
+ args_vars["cmeta_path"] = None
816
elif cur_command in ["allc-to-region-count", "region", "2region"]:
817
from ._allc_to_region_count import allc_to_region_count as func
818
elif cur_command in ["allc-to-bigwig", "bw", "2bw"]:
0 commit comments