Summarizes a wide abundance table produced by kraut make-table.
kraut table-summary [OPTIONS] INPUT_FILE
| Argument | Type | Description |
|---|---|---|
INPUT_FILE |
PATH | Required. A table produced by kraut make-table. |
| Option | Short | Type | Description |
|---|---|---|---|
--top-taxa |
INTEGER | Number of top taxa to report (default: 10). |
|
--output |
-o |
PATH | Save the summary report to a text file (default: stdout). |
The report includes:
Relative abundance tables skip the total counts section.
kraut make-table reports/*.tsv -o species_table.tsv
kraut table-summary species_table.tsv --top-taxa 20 -o species_summary.txt