e2ebc357ee
git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/branches/ecoPrimers-2.1@298 60f365c0-8329-0410-b2a4-ec073aeeaa1d
9 lines
251 B
C
9 lines
251 B
C
#ifndef THERMOSTATS_H_
|
|
#define THERMOSTATS_H_
|
|
|
|
#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 |