noporpoise / seq-align

Fast, portable C implementations of Needleman-Wunsch and Smith-Waterman sequence alignment
94 stars 39 forks source link

doesn't build--missing file #11

Open dgordon562 opened 5 years ago

dgordon562 commented 5 years ago

make /net/gs/vol3/software/modules-sw/gcc/4.9.1/Linux/RHEL6/x86_64/bin/gcc -Wall -Wextra -std=c99 -O3 -fPIC -I libs -I src -c src/alignment_cmdline.c -o src/alignment_cmdline.o src/alignment_cmdline.c:21:31: fatal error: seq_file/seq_file.h: No such file or directory

include "seq_file/seq_file.h"

^ compilation terminated. make: *** [src/alignment_cmdline.o] Error 1 {dgordon}e227:~/needleman_wunsch/nobackups

jeremyButtler commented 1 year ago

This is a bit late, but for those coming to this repository later run. cd seq-align git pull git submodule update --init