mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Reorganization of the documentation book directory
Former-commit-id: 095acaf9c8649b0e527c6253dc79330feedac865
This commit is contained in:
26
doc/book/comm_utilities.qmd
Normal file
26
doc/book/comm_utilities.qmd
Normal file
@@ -0,0 +1,26 @@
|
||||
# Utilities
|
||||
|
||||
## `obicount`
|
||||
|
||||
`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.
|
||||
|
||||
## `obidistribute`
|
||||
|
||||
## `obifind`
|
||||
|
||||
> Replace the `ecofind` original *OBITools.*
|
||||
Reference in New Issue
Block a user