When running perl ESPRESSO_C.pl I get the error: could not load Parasail module needed for Smith-Waterman.
I compiled Parasail using ./src/Parasail/build but got this message at the end:
[ 99%] Linking C executable test_verify_traces
[ 99%] Built target test_verify_traces
[ 99%] Building C object CMakeFiles/test_verify_cigars.dir/tests/test_verify_cigars.c.o
[100%] Linking C executable test_verify_cigars
[100%] Built target test_verify_cigars
cp: ./parasail/build/libparasail.so: No such file or directory
Is there any additional steps I need to compile or install Parasail so ESPRESSO can access the module?
When running
perl ESPRESSO_C.plI get the error: could not load Parasail module needed for Smith-Waterman.I compiled Parasail using
./src/Parasail/buildbut got this message at the end:[ 99%] Linking C executable test_verify_traces[ 99%] Built target test_verify_traces[ 99%] Building C object CMakeFiles/test_verify_cigars.dir/tests/test_verify_cigars.c.o[100%] Linking C executable test_verify_cigars[100%] Built target test_verify_cigarscp: ./parasail/build/libparasail.so: No such file or directoryIs there any additional steps I need to compile or install Parasail so ESPRESSO can access the module?