Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Coppini committed Dec 23, 2021
1 parent 7e2c153 commit 995ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def reads_to_clusters(clusters, representatives, sorted_reads, p_emp_probs, mini
print("Total number of reads iterated through:{0}".format(len(sorted_reads)))
print("Passed mapping criteria:{0}".format(mapped_passed_criteria))
print("Passed alignment criteria in this process:{0}".format(aln_passed_criteria))
print("Total calls to alignment mudule in this process:{0}".format(aln_called))
print("Total calls to alignment module in this process:{0}".format(aln_called))

return { new_batch_index : (clusters, representatives, minimizer_database, new_batch_index)}

Expand Down

0 comments on commit 995ecd9

Please sign in to comment.