Skip to content

Commit

Permalink
added options -a and -X; improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuesa committed Oct 15, 2017
1 parent 9090b2f commit efef168
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hcluster_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ function print_help()
OPTIONAL:
-a <string> algorithm/method for clustering
[ward.D|ward.D2|single|complete|average(=UPGMA)] [def $algorithm]
-c <int> 1|0 to display or not the distace values in the heatmap cells [def:$cell_note]
-c <int> 1|0 to display or not the distace values [def:$cell_note]
in the heatmap cells
-d <string> distance type [euclidean|manhattan|gower] [def $distance]
-f <int> maximum number of decimals in matrix display [1,2; def:$decimals]
-t <string> text for Main title [def:$text]
Expand All @@ -56,11 +57,11 @@ function print_help()
-W <integer> ouptupt device width [def:$width]
-N <flag> print Notes and exit [flag]
-A <'integer,integer'> angle to rotate leaf labels [def $angle]
-A <'integer,integer'> angle to rotate row,col labels [def $angle]
-X <float> leaf label character expansion factor [def $charExp]
Select genomes from input pangenome_matrix_t0.tab using regular expressions
Select genomes from input pangenome_matrix_t0.tab using regular expressions:
-x <string> regex, like: 'Escherichia|Salmonella' [def $regex]
Expand Down

0 comments on commit efef168

Please sign in to comment.