I use bowtie2-build to build an index for the chicken galGal5 reference genome, but it showed error message below. The chicken galGal5 genome was downloaded from UCSC Genome Browser (http://hgdownload.soe.ucsc.edu/goldenPath/galGal5/bigZips/galGal5.fa.gz). The bowtie2 for Mac was downloaded from sourceforge (https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.3.0/bowtie2-2.3.0-macos-x86_64.zip/download). After unzipping, I moved the folder to /Users/gary/Applications/bowtie2-2.3.0, and added a path in .bash_profile (export PATH=$PATH:/Users/gary/Applications/bowtie2-2.3.0). Could you help me? Many thanks.
gary > pwd
/Users/gary/Downloads
gary > ll
total 2451904
-rw-r--r--@ 1 gary staff 1.2G Feb 4 01:15 galGal5.fa
gary > bowtie2-build galGal5.fa galGal5
dyld: Library not loaded: /usr/local/opt/tbb/lib/libtbb.dylib
Referenced from: /Users/gary/Applications/bowtie2-2.3.0/bowtie2-build-s
Reason: image not found
Trace/BPT trap: 5
You need "thread building blocks", apparently, which is a free download.
Thanks you so much. It seems working now. However, when I install "thread building blocks" using command line: brew install tbb. It showed Caveats below. Should I run the two command lines it suggested? Many thanks.
gary >
You're not a developer, so I wouldn't worry about it.