Skip to content

Commit

Permalink
Add PAFtoPSL
Browse files Browse the repository at this point in the history
  • Loading branch information
c-zhou committed Nov 23, 2024
1 parent 9ae46bb commit cab1263
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CFLAGS = -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing

CC = gcc

ALL = FAtoGDB GDBtoFA GDBstat GDBshow GIXmake GIXshow GIXrm GIXmv GIXcp FastGA ALNshow ALNtoPAF ALNtoPSL ALNreset ALNplot ALNchain PAFtoALN ONEview
ALL = FAtoGDB GDBtoFA GDBstat GDBshow GIXmake GIXshow GIXrm GIXmv GIXcp FastGA ALNshow ALNtoPAF ALNtoPSL ALNreset ALNplot ALNchain PAFtoALN PAFtoPSL ONEview

all: $(ALL)

Expand Down Expand Up @@ -65,6 +65,9 @@ ALNchain: ALNchain.c GDB.c GDB.h ONElib.c ONElib.h alncode.c alncode.h
PAFtoALN: PAFtoALN.c alncode.c hash.c hash.h GDB.c GDB.h ONElib.c ONElib.h
$(CC) $(CFLAGS) -o PAFtoALN PAFtoALN.c GDB.c alncode.c hash.c gene_core.c ONElib.c -lpthread -lm -lz

PAFtoPSL: PAFtoPSL.c gene_core.c gene_core.h
$(CC) $(CFLAGS) -o PAFtoPSL PAFtoPSL.c gene_core.c -lpthread -lm -lz

ONEview: ONEview.c ONElib.c ONElib.h
$(CC) $(CFLAGS) -o ONEview ONEview.c ONElib.c -lm -lz

Expand Down
Loading

0 comments on commit cab1263

Please sign in to comment.