I have a MAC OS 10.7.5. I just downloaded the latest version of bowtie2: bowtie2-2.2.4 and wanted to install it. After I unzipped the file I wrote command make
, but it says make: *** No targets specified and no makefile found. Stop.
Then I entered ./configure
and the answer was -bash: ./configure: No such file or directory
. I've searched about it from many forums but still couldn't find any solution. What is the problem? How should I solve it?
Thank you
Are you actually in the bowtie2 directory that was created when you unzipped the file?
Yes, of course. I just downloaded bowtie2-2.2.3 version and installed it with homebrew command (becuz "make" couldn't help) and now it's working ok. I tried 2.2.4 version like this homebrew method too, but it didn't help. I'm just wondering is it possible that some bowtie2 version is not compatible with some OS X version??..