"vscode:/vscode.git/clone" did not exist on "079f29bcc35ab8fec6d1b15aa9e4ba4b56dcb478"
Commit ec282abe authored by yuhai's avatar yuhai
Browse files

Update inference_use_pkl.py

parent d3c25ddd
...@@ -503,6 +503,7 @@ if __name__ == "__main__": ...@@ -503,6 +503,7 @@ if __name__ == "__main__":
parser.add_argument( parser.add_argument(
"template_mmcif_dir", "template_mmcif_dir",
type=str, type=str,
default=None,
) )
parser.add_argument("--use_precomputed_alignments", parser.add_argument("--use_precomputed_alignments",
type=str, type=str,
......
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