Skip to content

Commit

Permalink
bug fixes to adress #303
Browse files Browse the repository at this point in the history
  • Loading branch information
gtonkinhill committed Sep 20, 2024
1 parent e928a7a commit 1662aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panaroo/cdhit.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def cluster_nodes_cdhit(
s=s,
aL=aL,
AL=AL,
aS=AS,
aS=aS,
accurate=accurate,
use_local=use_local,
strand=strand,
Expand All @@ -203,7 +203,7 @@ def cluster_nodes_cdhit(
s=s,
aL=aL,
AL=AL,
aS=AS,
aS=aS,
accurate=accurate,
use_local=use_local,
quiet=quiet,
Expand Down
3 changes: 3 additions & 0 deletions panaroo/generate_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,7 @@ def generate_network(cluster_file, data_file, prot_seq_file, all_dna=False):
members=intbitset([genome_id]))
prev = current_cluster

if prev is not None:
G.nodes[prev]['hasEnd'] = True

return G, centroid_context, seqid_to_centroid

0 comments on commit 1662aed

Please sign in to comment.