Skip to content

Commit

Permalink
Fix the pseudocluster bug
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Mar 5, 2024
1 parent 640c8bd commit ce8bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _create_dustbin(self):
pseudocluster_name = "dustbin"
species_count += 1
genome_count += len(fns)
self.pseudoclusters[cluster_name].extend(fns)
self.pseudoclusters[pseudocluster_name].extend(fns)
print(
f"Put {genome_count} genomes of {species_count} species into the dustbin",
file=sys.stderr)
Expand Down

0 comments on commit ce8bd63

Please sign in to comment.