mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Reorganization of the documentation book directory
Former-commit-id: 095acaf9c8649b0e527c6253dc79330feedac865
This commit is contained in:
25
doc/book/comm_sampling.qmd
Normal file
25
doc/book/comm_sampling.qmd
Normal file
@ -0,0 +1,25 @@
|
||||
# Sequence sampling and filtering
|
||||
|
||||
## `obigrep` -- filters sequence files according to numerous conditions
|
||||
|
||||
{{< include ../lib/descriptions/_obigrep.qmd >}}
|
||||
|
||||
### The options usable with `obigrep`
|
||||
|
||||
#### Selecting sequences based on their caracteristics
|
||||
|
||||
Sequences can be selected on several of their caracteristics, their length, their id, their sequence. Options allow for specifying the condition if selection.
|
||||
|
||||
|
||||
|
||||
{{< include ../lib/options/selection/_min-count.qmd >}}
|
||||
|
||||
{{< include ../lib/options/selection/_max-count.qmd >}}
|
||||
|
||||
Example
|
||||
|
||||
: Selecting sequence records representing at least five reads in the dataset.
|
||||
|
||||
```bash
|
||||
obigrep -c 5 data_SPER01.fasta > data_norare_SPER01.fasta
|
||||
```
|
Reference in New Issue
Block a user