Skip to content

Commit

Permalink
Handling multiple sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
neuhofmo committed Dec 19, 2016
1 parent c3bfaae commit 657335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecBlastFigures.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def generate_visual_graphs(csv_rbh_output_filename, csv_strict_output_filename,
col_cluster = False
if len(df_nonstrict.columns) > 2:
col_cluster = True
elif len(df_nonstrict.columns) < 2 or len(df_nonstrict) <= 2:
elif len(df_nonstrict.columns) < 2 or len(df_nonstrict) < 2:
dont_cluster = True

# visual outputs:
Expand Down

0 comments on commit 657335d

Please sign in to comment.