mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
add the --skip-empty option
Former-commit-id: ec9cb0ecaf90a61bf9289cf4c089b5cc2fcb65a5
This commit is contained in:
@ -4,7 +4,9 @@
|
||||
|
||||
### Bugs
|
||||
|
||||
- Patch a bug in the install script for correctly follow download redirection.
|
||||
- Patch a bug in the install-script for correctly follow download redirection.
|
||||
- Patch a bug in `obitagpcr` to consider the renaming of the `forward_mismatch` and `reverse_mismatch` tags
|
||||
to `forward_error` and `reverse_error`.
|
||||
|
||||
### Enhancement
|
||||
|
||||
@ -14,6 +16,10 @@
|
||||
|
||||
### New feature
|
||||
|
||||
- In every *OBITools*, writing an empty sequence (sequence of length equal to zero) through an error and
|
||||
stops the execution of the tool, except if the **--skip-empty** option is set. In that case, the empty
|
||||
sequence is ignored and not printed to the output. When output involved paired sequence the **--skip-empty**
|
||||
option is ignored.
|
||||
- In `obiannotate` adds the **--set-identifier** option to edit the sequence identifier
|
||||
- In `obitag` adds the **--save-db** option allowing at the end of the run of `obitag` to save a
|
||||
modified version of the reference database containing the computed index. This allows next
|
||||
|
Reference in New Issue
Block a user