"...engines/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "ee4ef06bac4ee3f6bed53a3b77cb95c5ba5d824e"
Commit 0cf8b928 authored by Jennifer's avatar Jennifer
Browse files

remove nested definition of local_alignmnet_dir in run_pretrained_openfold.py

parent 26d555d5
......@@ -63,10 +63,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args):
with open(tmp_fasta_path, "w") as fp:
fp.write(f">{tag}\n{seq}")
local_alignment_dir = os.path.join(
alignment_dir,
os.path.join(alignment_dir, tag),
)
local_alignment_dir = os.path.join(alignment_dir, tag),
if args.use_precomputed_alignments is None:
logger.info(f"Generating alignments for {tag}...")
......
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