We'd like to be able to install this software on our HPC infrastructure and make it available to all users but as it stands that's not possible, the two hurdles being:
- The executable assumes that the two directories
input/ and mappability/ are co-located with it, and writeable by the end user(s). This isn't compatible with a multi-user system where typically the executable will be in a read-only bin/ directory and input data location will vary by user.
- There's no
install target in the top-level makefile so there's no simple method to customize the location of the executable and its libraries, in particular the linked bamtools library
Thank you; our users would be appreciative!
We'd like to be able to install this software on our HPC infrastructure and make it available to all users but as it stands that's not possible, the two hurdles being:
input/andmappability/are co-located with it, and writeable by the end user(s). This isn't compatible with a multi-user system where typically the executable will be in a read-onlybin/directory and input data location will vary by user.installtarget in the top-level makefile so there's no simple method to customize the location of the executable and its libraries, in particular the linked bamtools libraryThank you; our users would be appreciative!