See versions of bowtie2 which are available:
$ module avail bowtie2
Load one version of bowtie2 into your environment and run it:
$ module load bowtie2/2.3.4.1 $ bowtie2
Notes from the sysadmin during installation:
$ cd /tmp $ wget https://tenet.dl.sourceforge.net/project/bowtie-bio/bowtie2/2.3.4.1/bowtie2-2.3.4.1-linux-x86_64.zip $ unzip bowtie2-2.3.4.1-linux-x86_64.zip $ sudo mkdir /export/apps/bowtie2/2.3.4.1 $ sudo cp -r bowtie2-2.3.4.1-linux-x86_64/* /export/apps/bowtie2/2.3.4.1