kfuku52 / csubst

Molecular convergence detection
BSD 3-Clause "New" or "Revised" License
25 stars 1 forks source link

UnboundLocalError: local variable 'cb' referenced before assignment #30

Closed kfuku52 closed 1 year ago

kfuku52 commented 1 year ago
--calibrate_longtail is deactivated for arity = 2. This option is effective for the arity range specified by --exhaustive_until.
Traceback (most recent call last):
  File "/opt/conda/envs/biotools/bin/csubst", line 313, in <module>
    args.handler(args)
  File "/opt/conda/envs/biotools/bin/csubst", line 43, in command_analyze
    main_analyze(g)
  File "/opt/conda/envs/biotools/lib/python3.9/site-packages/csubst/main_analyze.py", line 263, in main_analyze
    g,cb = cb_search(g, b, S_tensor, N_tensor, id_combinations, mode='foreground', write_cb=True)
  File "/opt/conda/envs/biotools/lib/python3.9/site-packages/csubst/main_analyze.py", line 112, in cb_search
    return g,cb
UnboundLocalError: local variable 'cb' referenced before assignment