fusioncatcher icon indicating copy to clipboard operation
fusioncatcher copied to clipboard

Error installing fastqtk for fusioncatcher

Open pirateyoho opened this issue 10 months ago • 0 comments

Hello, I installed fusioncatcher and its dependencies using bootstrap.py, but when I ran test.sh after the installation, I got this error:

ERROR: Wrong version of SeqTK found ()! Found 'sh: seqtk: command not found'. It should be 'version: 1.2-r101c-dirty'. One may specify the path to the correct version in 'fusioncatcher/etc/configuration.cfg'.

I tried performing the installation manually into /fusioncatcher/tools and got another error:

git clone https://github.com/ndaniel/fastqtk.git
cd fastqtk
make
gcc -g -Wall -O2 -Wno-unused-function fastqtk.c -o fastqtk -lz -lm
fastqtk.c:43:22: error: initializer element is not a compile-time constant
const int CARS_LEN = strlen(CARS);
                     ^~~~~~~~~~~~
1 error generated.
make: *** [fastqtk] Error 1

Any idea what's going on with the installation of this program, and how I could resolve it? Thanks.

fusioncatcher.log info.txt

pirateyoho avatar Aug 14 '23 22:08 pirateyoho