SimSeq icon indicating copy to clipboard operation
SimSeq copied to clipboard

cUtils

Open MikeWLloyd opened this issue 6 years ago • 0 comments

Trying to make the getErrorProfile tool. Getting the following when I run make

miniconda2/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: getErrorProfile.o: in function `getErrorProfile': getErrorProfile.c:(.text+0x5b3): undefined reference to `phred33ToPhred'
miniconda2/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: getErrorProfile.c:(.text+0x5d9): undefined reference to `phred64ToPhred'

What am I missing here?

MikeWLloyd avatar May 09 '19 18:05 MikeWLloyd