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

Add -p to mkdir, allow for DESTDIR #13

Closed smoe closed 6 years ago

smoe commented 6 years ago

Hello, The mkdir fails when both igor and its subdirectoy models are to be created in /usr/share, hence the -p. When using igor from a chroot directory (or when preparing a package for Debian/Ubuntu) it is common to set the DESTDIR as a prefix to the installation directory. Many thanks and regards, Steffen

qmarcou commented 6 years ago

Thanks I guess this solves #2 and #8