"website/git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "e1df877bfe4d84b352dff0d84c86b98c36cf3ebc"
Commit 10b68388 authored by rostro36's avatar rostro36
Browse files

Fix always is_custom_template.

parent 17f24bd7
...@@ -186,7 +186,7 @@ def main(args): ...@@ -186,7 +186,7 @@ def main(args):
) )
is_multimer = "multimer" in args.config_preset is_multimer = "multimer" in args.config_preset
is_custom_template = "use_custom_template" in args is_custom_template = "use_custom_template" in args and args.use_custom_template
if is_custom_template: if is_custom_template:
template_featurizer = templates.CustomHitFeaturizer( template_featurizer = templates.CustomHitFeaturizer(
mmcif_dir=args.template_mmcif_dir, mmcif_dir=args.template_mmcif_dir,
......
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