mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Refactoring codes for removing buffer size options. An some other changes...
Former-commit-id: 10b57cc1a27446ade3c444217341e9651e89cdce
This commit is contained in:
3
doc/lib/options/selection/_max-length.qmd
Normal file
3
doc/lib/options/selection/_max-length.qmd
Normal file
@ -0,0 +1,3 @@
|
||||
**\--max-length** | **-L** _LENGTH_
|
||||
|
||||
: Keeps sequence records whose sequence length is equal or shorter than _LENGTH_.
|
3
doc/lib/options/selection/_min-length.qmd
Normal file
3
doc/lib/options/selection/_min-length.qmd
Normal file
@ -0,0 +1,3 @@
|
||||
**\--min-length** | **-l** _LENGTH_
|
||||
|
||||
: Keeps sequence records whose sequence length is equal or longer than _LENGTH_.
|
7
doc/lib/options/selection/_sequence.qmd
Normal file
7
doc/lib/options/selection/_sequence.qmd
Normal file
@ -0,0 +1,7 @@
|
||||
**\--sequence**|**-s** _PATTERN_
|
||||
|
||||
: Regular expression pattern to be tested against the
|
||||
sequence itself. The pattern is case insensitive. A
|
||||
complete description of the regular pattern grammar
|
||||
is available [here](https://yourbasic.org/golang/regexp-cheat-sheet/#cheat-sheet).
|
||||
|
Reference in New Issue
Block a user