Skip to content

Commit

Permalink
Correct network input file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Jul 29, 2021
1 parent e81f6ff commit 8dffc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main():
args.visualise.microreact = False
generate_visualisations(outdir,
species_db,
os.path.join(species_db, species_db + '.dists'), # distances,
os.path.join(outdir, outdir + '.dists'), # distances,
None,
args.visualise.threads,
outdir,
Expand All @@ -87,7 +87,7 @@ def main():
args.visualise.previous_query_clustering,
None, # previous MST
None, # previous distances,
species_db + "/" + os.path.basename(species_db) + "_graph.gt",
outdir + "/" + os.path.basename(outdir) + "_graph.gt",
args.visualise.gpu_graph,
args.visualise.info_csv,
args.visualise.rapidnj,
Expand Down

0 comments on commit 8dffc61

Please sign in to comment.