Open skbrimer opened 6 years ago
For 16.04, you can build with docker image:
cd /opt/software/TS
docker run -v $(pwd):/src iontorrent/tsbuild:16.04 Analysis
By the default, the docker image run as ionadmin
. If the server does not have ionadmin
user account, you need to add -u root
option to run command.
docker run -u root -v $(pwd):/src iontorrent/tsbuild:16.04 Analysis
The docker way doesn't work for me on 18.04 with gcc 7.3.0. The error message shows fail in bamtools compiling. But I found the latest bamtools already fixed the problem with gcc > 6. So do you need to update some tools @ipan ?
I know that the development on this only supports upto 14, however I am attempting to get it on the 16 release and I'm having an issue with the build.
The error code clearly stats it can not locate lpthreads... but neither can I. I'm clearly just missing a dependency but I don't know which one it is. Can you please tell me the package I need to load?