Commit Graph

9 Commits

Author SHA1 Message Date
Eric Coissac
82a9972be7 Add parallel compilation support and improve Makefile/install script robustness
- Add .DEFAULT_GOAL := all to Makefile for consistent default target
- Document -j/--jobs option in README.md to allow parallel compilation
- Add JOBS variable and -j/--jobs argument to install script (default: 1)
- Replace fragile mkdir/cp commands with robust error handling and clear diagnostics
- Add build directory preservation on copy failure for manual recovery
- Pass -j option to make during compilation to enable parallel builds
2026-03-13 11:59:20 +01:00
Eric Coissac
aa819618c2 Enhance OBITools4 installation script with version control and documentation
Update installation script to support specific version installation, list available versions, and improve documentation.

- Add support for installing specific versions with -v/--version flag
- Add -l/--list flag to list all available versions
- Improve help message with examples
- Update README.md to reflect new installation options and examples
- Add note on version compatibility between OBITools2 and OBITools4
- Remove ecoprimers directory
- Improve error handling and user feedback during installation
- Add version detection and download logic from GitHub releases
- Update installation process to use tagged releases instead of master branch
2026-02-06 10:09:54 +01:00
Eric Coissac
0067152c2b Patch the production of the ratio file 2025-02-27 10:19:39 +01:00
Eric Coissac
bc1aaaf7d9 New install script updated for github 2024-07-29 14:35:21 +02:00
42cf8cea73 Update README.md
Former-commit-id: c2d9f79cceb8f059f65a417bea5041fc2abc362b
2023-03-07 05:50:19 +01:00
7b4249b775 Update README.md
Former-commit-id: 544600322dd3c4465bf02d99ea76c802529b9aed
2023-03-07 05:48:50 +01:00
2cb3542d30 adds installation instructions 2023-02-02 12:42:44 +01:00
994da5d710 adds installation instructions 2023-02-02 12:41:30 +01:00
dab6549cad Initial commit 2022-01-13 23:15:22 +01:00