Added Code to make sure that if -3 option is given then 3' end must match upto given number of base pairs

git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@231 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
2009-07-30 22:20:07 +00:00
parent 494791d133
commit 1911880bb9
5 changed files with 44 additions and 5 deletions

View File

@@ -4,8 +4,7 @@
#include <stdlib.h>
#include "thermostats.h"
static word_t extractSite(char* sequence,
size_t begin, size_t length, bool_t strand)
word_t extractSite(char* sequence, size_t begin, size_t length, bool_t strand)
{
char *c;
char *start;

View File

@@ -4,5 +4,6 @@
#include "../libecoprimer/ecoprimer.h"
void getThermoProperties (ppair_t* pairs, size_t count, poptions_t options);
word_t extractSite(char* sequence, size_t begin, size_t length, bool_t strand);
#endif