SimSeq
SimSeq copied to clipboard
cUtils
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?