This is a test version of Biostars. For the public version, visit https://www.biostars.org.
MaSuRCA Assembler runCA Error

Successfuly install MaSuRCA

tar xfz MaSuRCA-3.2.1.tar.gz

cd MaSuRCA-3.2.1

sudo ./install.sh

Configure and run config.txt

MaSuRCA-3.2.1/bin/masurca MaSuRCA-3.2.1/bin/config.txt

Verifying PATHS...
jellyfish OK
Error: runCA not found or failed to run

Help me to get through this error.

assembly masurca ngs

1 answer

Solved:

PATH=~/tools/MaSuRCA-3.2.1_12062016/CA/Linux-i686/bin:$PATH

PATH=$PATH: ~/tools/MaSuRCA-3.2.1_12062016/CA/Linux-i686/bin

sudo env "PATH=$PATH" ~/tools/MaSuRCA-3.2.1_12062016/bin/masurca ~/tools/MaSuRCA-3.2.1_12062016/bin/config.txt

Log in to answer this question.