soedinglab / plass

sensitive and precise assembly of short sequencing reads

Home Page:https://plass.mmseqs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error - cannot find AminoAcidLookupTables.h

ctb opened this issue · comments

Expected Behavior

compilation works :)

Current Behavior

% cmake .
...
% make -j 4
...
[ 96%] Building CXX object src/CMakeFiles/plass.dir/workflow/Assembler.cpp.o
/mnt/home/ctb/plass/src/assembler/filternoncoding.cpp:7:35: fatal error: AminoAcidLookupTables.h: No such file or directory
 #include "AminoAcidLookupTables.h"
                                   ^
compilation terminated.
make[2]: *** [src/CMakeFiles/plass.dir/assembler/filternoncoding.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/plass.dir/all] Error 2
make: *** [all] Error 2

note, AminoAcidLookupTables.h doesn't exist. Probably wasn't checked in :)

Whoops! Forgot to do 'git submodule update' from the latest.