Unverified Commit 499b9a84 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Merge pull request #217 from mhrmsn/fix/prep_output

Fix missing subtract_plddt argument in prep_output call
parents 7384e2d6 b41a9c83
......@@ -266,7 +266,8 @@ def main(args):
feature_dict,
feature_processor,
args.config_preset,
args.multimer_ri_gap
args.multimer_ri_gap,
args.subtract_plddt
)
unrelaxed_output_path = os.path.join(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment