Skip to content

Commit

Permalink
VCF ops
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Feb 29, 2024
1 parent 15dc33b commit 02b8984
Show file tree
Hide file tree
Showing 7 changed files with 3,066 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ all: $(TARGETS)
if [ -r src/htslib/Makefile ]; then cd src/htslib && autoreconf -i && ./configure --disable-s3 --disable-gcs --disable-libcurl --disable-plugins && $(MAKE) && $(MAKE) lib-static && cd ../../ && touch .htslib; fi

src/sansa: ${SUBMODULES} $(SOURCES)
$(CXX) $(CXXFLAGS) $@.cpp -o $@ $(LDFLAGS)
$(CXX) $(CXXFLAGS) $@.cpp src/edlib.cpp -o $@ $(LDFLAGS)

install: ${BUILT_PROGRAMS}
mkdir -p ${bindir}
Expand Down
Loading

0 comments on commit 02b8984

Please sign in to comment.