Skip to content

Commit 39e7232

Browse files
authored
Update readme.md
1 parent 6878e53 commit 39e7232

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,11 @@ Both commands use the same flexible TSV format for defining variants:
149149
| :--- | :--- | :--- | :--- |
150150
| --markers | -m | Path to the marker definition file (TSV format). | Required |
151151
| --reference | -r | Path to the reference genome FASTA file. | Required |
152-
| --output | -o | Path for the detailed output report. | Required |
153-
| --genome-fasta| | Path to a multifasta file containing all genomes to analyze. | One input required |
154-
| --genome-list | | Path to a TSV file listing genomes (name\tpath/to/fasta). | One input required |
155-
| --kmer-size | -k | The size of the diagnostic k-mers to use. | 31 |
152+
| --output-prefix| -o | Prefix for the output files. | Required |
153+
| --input | -i | Path to a multifasta file containing genomes to analyze. | One input required |
154+
| --input-list | -l | Path to a TSV file listing genomes (name\tfasta_path[\tgff_path]). | One input required |
155+
| --gff | | Optional GFF file for annotation when using --input. | Optional |
156+
| --kmer-size | -k | The size of the diagnostic k-mers to use. | 21 |
156157
| --threads | -t | Number of CPU threads to use. | All available |
157158

158159
**Usage**:

0 commit comments

Comments
 (0)