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:
3
doc/lib/options/selection/_max-count.qmd
Normal file
3
doc/lib/options/selection/_max-count.qmd
Normal file
@ -0,0 +1,3 @@
|
||||
**\--max-count** | **-C** _COUNT_
|
||||
|
||||
: only sequences reprensenting no more than _COUNT_ reads will be selected. That option rely on the `count` attribute. If the `count` attribute is not defined for a sequence record, it is assumed equal to $1$.
|
3
doc/lib/options/selection/_min-count.qmd
Normal file
3
doc/lib/options/selection/_min-count.qmd
Normal file
@ -0,0 +1,3 @@
|
||||
**\--min-count** | **-c** _COUNT_
|
||||
|
||||
: only sequences reprensenting at least _COUNT_ reads will be selected. That option rely on the `count` attribute. If the `count` attribute is not defined for a sequence record, it is assumed equal to $1$.
|
Reference in New Issue
Block a user