2023-02-23 23:41:24 +01:00
|
|
|
# Utilities
|
2023-02-18 19:54:21 +01:00
|
|
|
|
2023-02-23 23:41:24 +01:00
|
|
|
## `obicount`
|
2023-02-18 19:54:21 +01:00
|
|
|
|
|
|
|
`obicount` counts the number of sequence records, the sum of the ``count`` attributes, and the sum
|
|
|
|
of the length of all the sequences.
|
|
|
|
|
|
|
|
*Example:*
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
obicount seq.fasta
|
|
|
|
```
|
|
|
|
Prints the number of sequence records contained in the ``seq.fasta``
|
|
|
|
file and the sum of their ``count`` attributes.
|
|
|
|
|
|
|
|
*Options specific to the command*
|
|
|
|
|
|
|
|
- `--reads|-r ` Prints read counts.
|
|
|
|
- `--symbols|-s` Prints symbol counts.
|
|
|
|
- `--variants|-v` Prints variant counts.
|
|
|
|
|
2023-02-23 23:41:24 +01:00
|
|
|
## `obidistribute`
|
2023-02-18 19:54:21 +01:00
|
|
|
|
2023-02-23 23:41:24 +01:00
|
|
|
## `obifind`
|
2023-02-18 19:54:21 +01:00
|
|
|
|
|
|
|
> Replace the `ecofind` original *OBITools.*
|