Installing Bowtie2
Procedure
- Download Bowtie2.
- Decompress the installation package.
unzip bowtie2-2.4.2-linux-aarch64.zip
- Edit the configuration file.
- Open the configuration file.
vi /etc/profile
- Press i to enter the edit mode and add the Bowtie2 path.
export PATH=/home/gcc-9.3.1-2020.12-aarch64-linux/bin:/usr/local/python-3.9.6/bin:/home/bowtie2-2.4.2-linux-aarch64:$PATH
- Press Esc, type :wq!, and press Enter to save the settings and exit.
- Open the configuration file.
- Make the configuration take effect.
source /etc/profile
- Check whether the installation is successful.
bowtie2 -h
The installation is successful if the following information is displayed:

Parent topic: Running and Verification