I downloaded bowtie2-2.6.0 from github as I am blocked from sourceforge, extracted, and installed it. I added it to path using:
echo "export PATH=\$PATH:export PATH=$PATH:"/media/C2F8EFBFF8EFAFB9/bowtie2-2.6.0"/" >> ~/.bashrc
and confirmed it using:
/media/C2F8EFBFF8EFAFB9/picard-tools-1.135/:/media/C2F8EFBFF8EFAFB9/bowtie2-2.6.0/
it appears to be added but when I try to build and index using combined files from chromFA.tar.gz using:
bowtie2-build hg19.fa hg19
No command 'bowtie2-build' found, did you mean:
Command 'bowtie-build' from package 'bowtie' (universe)
bowtie2-build: command not found
What did I do wrong? Thank you.
bowtie2