Skip to content

Commit b4a9aea

Browse files
committed
Remove duplicate row in arguments table
1 parent 73718f8 commit b4a9aea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ Window size, step size, output directories, metadata, colors, etc. can be custom
9292
| `-ws`, `--windowsize` | Window size (default: 100). |
9393
| `-ss`, `--stepsize` | Step size between windows (default: 50). |
9494
| `-g`, `--gaps` | How to treat gaps: 0 = skip position if one or both sequences have a gap, 1 = mismatch if one has a gap, match if both have a gap, 2 = mismatch if one has a gap, skip position if both have a gap. |
95-
| `-t`, `--threads` | Number of threads to use for MAFFT alignment (default: 1). |
9695
| `-f`, `--outformat` | Output file format for the plots: `png`, `pdf`, `svg`, or `jpg` (default: `png`). |
96+
| `-ht`, `--height` | Height of the entire figure in inches (default: 5.0). |
97+
| `-wd`, `--width` | Width of the plotting axes area in inches (default: 14.0). |
9798
| `-p`, `--outplots` | Directory for plot outputs (default: `simplots/`). |
9899
| `-o`, `--outcsv` | Directory for CSV outputs (optional; if not provided, tables will not be saved). |
99100
| `-oa`, `--outaln` | Output file path for alignment in fasta format (optional). If not provided, the alignment will not be saved. |
100-
| `-ht`, `--height` | Height of the entire figure in inches (default: 5.0). |
101-
| `-wd`, `--width` | Width of the plotting axes area in inches (default: 14.0). |
101+
102102

103103
## Output
104104

0 commit comments

Comments
 (0)