Skip to content

Commit

Permalink
added missing return command
Browse files Browse the repository at this point in the history
  • Loading branch information
gtonkinhill committed Sep 21, 2023
1 parent 6dc9998 commit 18d7c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panaroo/generate_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ def generate_core_genome_alignment(
if len(core_genes) < 1:
print("No gene clusters were present above the core frequency"
" threshold! Try adjusting the '--core_threshold' parameter")
return

core_gene_names = [G.nodes[x]["name"] for x in core_genes]

Expand Down

0 comments on commit 18d7c9d

Please sign in to comment.