Skip to content

Commit efef168

Browse files
committed
added options -a and -X; improved documentation
1 parent 9090b2f commit efef168

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hcluster_matrix.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ function print_help()
4444
OPTIONAL:
4545
-a <string> algorithm/method for clustering
4646
[ward.D|ward.D2|single|complete|average(=UPGMA)] [def $algorithm]
47-
-c <int> 1|0 to display or not the distace values in the heatmap cells [def:$cell_note]
47+
-c <int> 1|0 to display or not the distace values [def:$cell_note]
48+
in the heatmap cells
4849
-d <string> distance type [euclidean|manhattan|gower] [def $distance]
4950
-f <int> maximum number of decimals in matrix display [1,2; def:$decimals]
5051
-t <string> text for Main title [def:$text]
@@ -56,11 +57,11 @@ function print_help()
5657
-W <integer> ouptupt device width [def:$width]
5758
-N <flag> print Notes and exit [flag]
5859
59-
-A <'integer,integer'> angle to rotate leaf labels [def $angle]
60+
-A <'integer,integer'> angle to rotate row,col labels [def $angle]
6061
-X <float> leaf label character expansion factor [def $charExp]
6162
6263
63-
Select genomes from input pangenome_matrix_t0.tab using regular expressions
64+
Select genomes from input pangenome_matrix_t0.tab using regular expressions:
6465
-x <string> regex, like: 'Escherichia|Salmonella' [def $regex]
6566
6667

0 commit comments

Comments
 (0)