Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bacpop/PopPUNK into netwo…
Browse files Browse the repository at this point in the history
…rk_relabelling
  • Loading branch information
absternator committed Jan 8, 2025
2 parents 4aa5d42 + 21c0fcc commit 6c3ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/visualise.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def generate_visualisations(query_db,
n_threads=threads,
use_gpu=gpu_graph,
device_id=deviceid)
url = createMicroreact(output, microreact_files, api_key)
url = createMicroreact(output, microreact_files, api_key, info_csv)
if url != None:
sys.stderr.write("Microreact: " + url + "\n")
else:
Expand Down

0 comments on commit 6c3ebfb

Please sign in to comment.