@@ -49,21 +49,28 @@ Description of ANIclustermap's automated workflow.
4949
5050### Options
5151
52- -i I, --indir I Input genome fasta directory (*.fa|*.fna[.gz]|*.fasta)
53- -o O, --outdir O Output directory
54- -m , --mode ANI calculation mode ('fastani'[default]|'skani')
55- -t , --thread_num Thread number parameter (Default: MaxThread - 1)
56- --overwrite Overwrite previous ANI calculation result (Default: OFF)
57- --fig_width Figure width (Default: 10)
58- --fig_height Figure height (Default: 10)
59- --dendrogram_ratio Dendrogram ratio to figsize (Default: 0.15)
60- --cmap_colors cmap interpolation colors parameter (Default: 'lime,yellow,red')
61- --cmap_gamma cmap gamma parameter (Default: 1.0)
62- --cmap_ranges Range values (e.g. 80,90,95,100) for discrete cmap (Default: None)
63- --cbar_pos Colorbar position (Default: (0.02, 0.8, 0.05, 0.18))
64- --annotation Show ANI value annotation (Default: OFF)
65- -v, --version Print version information
66- -h, --help Show this help message and exit
52+ $ ANIclustermap --help
53+ usage: ANIclustermap -i [Genome fasta directory] -o [output directory]
54+
55+ Draw ANI(Average Nucleotide Identity) clustermap
56+
57+ optional arguments:
58+ -i I, --indir I Input genome fasta directory (*.fa|*.fna[.gz]|*.fasta)
59+ -o O, --outdir O Output directory
60+ -m , --mode ANI calculation mode ('fastani'[default]|'skani')
61+ -t , --thread_num Thread number parameter (Default: MaxThread - 1)
62+ --overwrite Overwrite previous ANI calculation result (Default: OFF)
63+ --fig_width Figure width (Default: 10)
64+ --fig_height Figure height (Default: 10)
65+ --dendrogram_ratio Dendrogram ratio to figsize (Default: 0.15)
66+ --cmap_colors cmap interpolation colors parameter (Default: 'lime,yellow,red')
67+ --cmap_gamma cmap gamma parameter (Default: 1.0)
68+ --cmap_ranges Range values (e.g. 80,90,95,100) for discrete cmap (Default: None)
69+ --cbar_pos Colorbar position (Default: (0.02, 0.8, 0.05, 0.18))
70+ --annotation Show ANI value annotation (Default: OFF)
71+ --annotation_fmt Annotation value format (Default: '.3g')
72+ -v, --version Print version information
73+ -h, --help Show this help message and exit
6774
6875### Example Command
6976
0 commit comments