Changed compilation flags and fixed typo in ecoPCR help

This commit is contained in:
Celine Mercier
2017-02-03 11:36:36 +01:00
parent 2dd4a217f1
commit 18583c4d2e
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.6.0 0.7.0

View File

@ -6,7 +6,7 @@
#include <getopt.h> #include <getopt.h>
#define VERSION "0.6.0" #define VERSION "0.7.0"
/* ----------------------------------------------- */ /* ----------------------------------------------- */
@ -26,7 +26,7 @@ static void PrintHelp()
PP "-a : Salt concentration in M for Tm computation (default 0.05 M)\n\n"); PP "-a : Salt concentration in M for Tm computation (default 0.05 M)\n\n");
PP "-c : Consider that the database sequences are [c]ircular\n\n"); PP "-c : Consider that the database sequences are [c]ircular\n\n");
PP "-d : [D]atabase : to match the expected format, the database\n"); PP "-d : [D]atabase : to match the expected format, the database\n");
PP " has to be formated first by the ecoPCRFormat.py program located.\n"); PP " has to be formatted first by the ecoPCRFormat.py program located.\n");
PP " in the tools directory.\n"); PP " in the tools directory.\n");
PP " ecoPCRFormat.py creates three file types :\n"); PP " ecoPCRFormat.py creates three file types :\n");
PP " .sdx : contains the sequences\n"); PP " .sdx : contains the sequences\n");

View File

@ -3,7 +3,7 @@ LIBPATH= -Llibapat -LlibecoPCR -Llibthermo
MAKEDEPEND = gcc -D$(MACHINE) -M $(CPPFLAGS) -o $*.d $< MAKEDEPEND = gcc -D$(MACHINE) -M $(CPPFLAGS) -o $*.d $<
CC=gcc CC=gcc
CFLAGS= -W -Wall -O2 -g CFLAGS= -O3 -w
default: all default: all