"vscode:/vscode.git/clone" did not exist on "04e50aba33109d9f60c609a0f100ebb413ffabad"
Commit be87500a authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix undefined reference

parent 197029b1
......@@ -57,6 +57,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args):
if not os.path.exists(local_alignment_dir):
os.makedirs(local_alignment_dir)
use_small_bfd=(args.bfd_database_path is None)
alignment_runner = data_pipeline.AlignmentRunner(
jackhmmer_binary_path=args.jackhmmer_binary_path,
hhblits_binary_path=args.hhblits_binary_path,
......@@ -210,8 +211,6 @@ def main(args):
obsolete_pdbs_path=args.obsolete_pdbs_path
)
use_small_bfd=(args.bfd_database_path is None)
data_processor = data_pipeline.DataPipeline(
template_featurizer=template_featurizer,
)
......
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