I'm trying to run SPLASH on Linux. When I try the following:
curl -L https://github.com/refresh-bio/SPLASH/releases/download/v2.11.6/splash-2.11.6.linux.x64.tar.gz | tar xz cd example ./run-example.sh
The log file for the example run throws me:
/bin/sh: line 1: /usr/bin/time: No such file or directory
However. When I try:
git clone --recurse-submodules https://github.com/refresh-bio/splash cd splash make -j
I get: Error: bkc does not exist in bin nor it is installed.
I've tried separately installing the conda dependencies, but theres seems to be a SPLASH dependency on CMAKE version 3.1 which is now defunct. Any fix for this?
I'm trying to run SPLASH on Linux. When I try the following:
curl -L https://github.com/refresh-bio/SPLASH/releases/download/v2.11.6/splash-2.11.6.linux.x64.tar.gz | tar xz cd example ./run-example.shThe log file for the example run throws me:
/bin/sh: line 1: /usr/bin/time: No such file or directoryHowever. When I try:
git clone --recurse-submodules https://github.com/refresh-bio/splash cd splash make -jI get:
Error: bkc does not exist in bin nor it is installed.I've tried separately installing the conda dependencies, but theres seems to be a SPLASH dependency on CMAKE version 3.1 which is now defunct. Any fix for this?