diff --git a/deeptools/plotHeatmap.py b/deeptools/plotHeatmap.py index a2149f8299..86415a45d0 100755 --- a/deeptools/plotHeatmap.py +++ b/deeptools/plotHeatmap.py @@ -855,7 +855,7 @@ def main(args=None): if args.kmeans is not None: hm.matrix.computeSilhouette(args.kmeans) elif args.hclust is not None: - hm.matrix.computeSilhouette(args.args.hclust) + hm.matrix.computeSilhouette(args.hclust) if args.outFileNameMatrix: hm.save_matrix(args.outFileNameMatrix)