I'd like to install HISAT2 on Mac OS X El Capitan. I have installed Xcode and gcc in my system.I downloaded the source file and unzipped it (hisat2-2.0.0-beta). I have tried running gmake hisat2-2.0.0-beta (case 1) and using the -h command line (case two) and Im getting the following output (below). Please advise.
Case 1:
Nishas-MacBook-Pro:hisat2-2.0.0-beta Nisha$ make hisat2
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Nishas-MacBook-Pro:hisat2-2.0.0-beta Nisha$
Case 2:
Nishas-MacBook-Pro:hisat2-2.0.0-beta Nisha$ ./hisat2 -h
(ERR): Expected hisat to be in same directory with hisat-align:
/Users/Nisha/Desktop/hisat2-2.0.0-beta/
Exiting now ...
Nishas-MacBook-Pro:hisat2-2.0.0-beta Nisha$
You could download the pre-built binaries for MacOS instead of building the tool from source - http://ccb.jhu.edu/software/hisat2/dl/hisat2-2.1.0-OSX_x86_64.zip