Skip to content

Commit a63ddd4

Browse files
committed
Merge pull request #284 from fidelram/wrapper_doc_fix
Add a warning about hclust
2 parents 726b760 + 9add733 commit a63ddd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galaxy/wrapper/deepTools_macros.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
</when>
116116
<when value="hclust">
117117
<param name="n_hclust" type="integer" value="0" label="number of clusters to compute."
118-
help="When this option is set, the matrix is split into clusters using the hierarchical clustering algorithm, using ward linkage.
118+
help="WARNING: This option causes the tool to run for a very long time! When this option is
119+
set, the matrix is split into clusters using the hierarchical clustering algorithm, using ward linkage.
119120
This only works for data that is not grouped, otherwise only the first group will be clustered.
120121
Note that you must have used the '--missingDataAsZero' option within computeMatrix!
121122
If more specific clustering methods are required it is advisable to save the underlying matrix and

0 commit comments

Comments
 (0)