Merge branch 'master' of git.metabarcoding.org:obitools/obitools4/obitools4

Former-commit-id: 45c52be778d3d5c61db438c18c38a85171be86cd
This commit is contained in:
2023-03-07 17:34:34 +07:00

View File

@ -38,3 +38,9 @@ curl -L https://metabarcoding.org/obitools4/install.sh | \
```
In this case, the binaries will be installed in the `test_install` directory and all command names will be prefixed with the letter `k`. Thus `obigrep` will be named `kobigrep`.
## Continuing the analysis...
Before with _OBITools2_ to continue the analysis, `obitab` was used as last command to produce a tab delimited file that was loadable in R or in any spreadsheet. The generated file was huge and required to load the full dataset in memory to be produced. Hereby _OBITools4_ proposes to substitute the `obitab` usage by the [ROBIFastRead](https://git.metabarcoding.org/obitools/obitools4/robireadfasta) R module.