File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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** :
You can’t perform that action at this time.
0 commit comments