Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Bowtie2

Procedure

  1. Download Bowtie2.
  2. Decompress the installation package.
    unzip bowtie2-2.4.2-linux-aarch64.zip
  3. Edit the configuration file.
    1. Open the configuration file.
      vi /etc/profile
    2. 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
    3. Press Esc, type :wq!, and press Enter to save the settings and exit.
  4. Make the configuration take effect.
    source /etc/profile
  5. Check whether the installation is successful.
    bowtie2 -h

    The installation is successful if the following information is displayed: