qmarcou / IGoR

IGoR is a C++ software designed to infer V(D)J recombination related processes from sequencing data. Find full documentation at:
https://qmarcou.github.io/IGoR/
GNU General Public License v3.0
47 stars 25 forks source link

Installation issue on Mac OS X #2

Closed cosimolupo closed 6 years ago

cosimolupo commented 6 years ago

First of all, congratulations for this fantastic software! Unfortunately, I had a little issue during the installation process on a MacBook Pro 15" (late 2011, OS X version 10.11.6). Indeed, I found that the last step of the installation procedure (namely the make install command) aborted after trying to address the share/igor directory into my home: mkdir: /Users/lupo/share/igor: No such file or directory The same occurred on a newer MacBook laptop, so it would seem to be a general issue when trying to install IGoR on Mac OS X. Notice also that an analogous error occurred when trying to install IGoR in the default place with the administrator privileges. I found a workaround, that is manually creating that directory and then launching again the make install command. IGoR seems to work perfectly now! Finally, I would suggest the following guide, which I found very useful when trying to install the GNU gcc compiler on Mac OS X directly from the source (i.e. not via MacPorts or HomeBrew).

qmarcou commented 6 years ago

Thanks for the guide I have added it to the installation instructions. As for the rest I am still investigating why the directory has not been created automatically, in the meantime creating it by hand is a good hack.

qmarcou commented 6 years ago

Hi @cosimolupo, I think this issue has been fixed thanks to @smoe, and I have just uploaded a new release implementing this fix along with other new features! I'll close this issue for now and will reopen it if needed Best

cosimolupo commented 6 years ago

Hi @qmarcou, this is nice! I'm happy of hearing this. So thanks to both you and @smoe. Best regards, Cosimo