Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed bug in matrix_heatmap. Distance parameter wasn't passed to plot
  • Loading branch information
proost committed Dec 6, 2017
1 parent df55f89 commit 26d3e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helper/matrix_heatmap.py
Expand Up @@ -41,5 +41,6 @@ def plot_data(matrix_file, show_labels=True, file_out=None, dpi_output=300, dist
plot_data(args.expression_matrix,
show_labels=args.show_labels,
file_out=args.png,
dpi_output=args.dpi)
dpi_output=args.dpi,
distance=args.distance)

0 comments on commit 26d3e61

Please sign in to comment.