File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ function print_help()
44
44
OPTIONAL:
45
45
-a <string> algorithm/method for clustering
46
46
[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
48
49
-d <string> distance type [euclidean|manhattan|gower] [def $distance ]
49
50
-f <int> maximum number of decimals in matrix display [1,2; def:$decimals ]
50
51
-t <string> text for Main title [def:$text ]
@@ -56,11 +57,11 @@ function print_help()
56
57
-W <integer> ouptupt device width [def:$width ]
57
58
-N <flag> print Notes and exit [flag]
58
59
59
- -A <'integer,integer'> angle to rotate leaf labels [def $angle ]
60
+ -A <'integer,integer'> angle to rotate row,col labels [def $angle ]
60
61
-X <float> leaf label character expansion factor [def $charExp ]
61
62
62
63
63
- Select genomes from input pangenome_matrix_t0.tab using regular expressions
64
+ Select genomes from input pangenome_matrix_t0.tab using regular expressions:
64
65
-x <string> regex, like: 'Escherichia|Salmonella' [def $regex ]
65
66
66
67
You can’t perform that action at this time.
0 commit comments