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

@ -6,7 +6,7 @@
#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 "-c : Consider that the database sequences are [c]ircular\n\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 " ecoPCRFormat.py creates three file types :\n");
PP " .sdx : contains the sequences\n");