Installing IDBA 1.1.3a1
Procedure
- Download the IDBA source package.
cd /path/to/athena_meta/dependences wget https://github.com/abishara/idba/archive/refs/tags/1.1.3a1.tar.gz
- Decompress the installation package.
tar -xvf 1.1.3a1.tar.gz cd idba-1.1.3a1/
- Execute build.sh to perform the installation.
./build.sh
Parent topic: Configuring the Compilation Environment