"lib/llm/vscode:/vscode.git/clone" did not exist on "9f53922a9b4ef33e74367cc466384c98e4504ad7"
Commit a1cf7454 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix another undefined reference

parent be87500a
......@@ -71,7 +71,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args):
no_cpus=args.cpus,
)
alignment_runner.run(
fasta_path, local_alignment_dir
tmp_fasta_path, local_alignment_dir
)
# Remove temporary FASTA file
......
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