r205: resume versioning

This commit is contained in:
Heng Li
2020-04-06 09:59:43 -04:00
parent 2d0087104f
commit 1bbca54d8d
3 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,6 @@
#include "Hash_Table.h"
#include "POA.h"
#include "Correct.h"
#include "Output.h"
#include "htab.h"
#include "kthread.h"

View File

@@ -3,7 +3,7 @@
#include <pthread.h>
#define HA_VERSION "0.3.0-dirty-r201"
#define HA_VERSION "0.3.0-dirty-r205"
#define VERBOSE 0

View File

@@ -2,7 +2,7 @@ CXX= g++
CXXFLAGS= -g -O3 -msse4.2 -mpopcnt -fomit-frame-pointer -Wall
CPPFLAGS=
INCLUDES=
OBJS= Output.o CommandLines.o Process_Read.o Assembly.o Hash_Table.o \
OBJS= CommandLines.o Process_Read.o Assembly.o Hash_Table.o \
POA.o Correct.o Levenshtein_distance.o Overlaps.o Trio.o kthread.o Purge_Dups.o \
htab.o hist.o sketch.o anchor.o sys.o
EXE= hifiasm
@@ -34,7 +34,7 @@ depend:
Assembly.o: Assembly.h CommandLines.h Process_Read.h Overlaps.h kvec.h kdq.h
Assembly.o: Hash_Table.h htab.h POA.h Correct.h Levenshtein_distance.h
Assembly.o: Output.h
Assembly.o: kthread.h
CommandLines.o: CommandLines.h ketopt.h
Correct.o: Correct.h Hash_Table.h htab.h Process_Read.h Overlaps.h kvec.h
Correct.o: kdq.h CommandLines.h Levenshtein_distance.h POA.h Assembly.h