soedinglab / plass

sensitive and precise assembly of short sequencing reads
https://plass.mmseqs.com
GNU General Public License v3.0
132 stars 14 forks source link

Compilation error - cannot find AminoAcidLookupTables.h #3

Closed ctb closed 5 years ago

ctb commented 5 years ago

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
ctb commented 5 years ago

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

ctb commented 5 years ago

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