Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsavelyev committed Feb 19, 2024
1 parent e4869c8 commit 9f50327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megaqc/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ def generate_report_plot(plot_type, sample_names):
for d_idx, d in enumerate(data):
xs.append(" " + str(config["categories"][d_idx]))
ys.append(d)

else:
for d in data:
xs.append(d[0])
Expand Down

0 comments on commit 9f50327

Please sign in to comment.