Skip to content

Commit

Permalink
Remove print line
Browse files Browse the repository at this point in the history
  • Loading branch information
gallardoalba committed May 28, 2021
1 parent 5e66efc commit 9d2dd1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion getReprContig.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def get_largest_cluster(cdhit_clstr_file):
largest_cluster = curr_cluster
largest_cluster_len = len(curr_sequences)
largest_cluster_seqs = curr_sequences
print("[x] Current sequences: {}".format(curr_sequences))
for sequence in largest_cluster_seqs:
if sequence[-1] == "*":
representative_seq = sequence
Expand Down

0 comments on commit 9d2dd1a

Please sign in to comment.