source: tags/initial/AWTC/awtc_constructSequence.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 328 bytes
Line 
1#ifndef awtc_constructSequence_hxx_included
2#define awtc_constructSequence_hxx_included
3
4
5char *AWTC_constructSequence(int parts, const char **seqs, int minBasesMatching, char **refSeq);        // parameter list should be terminated by NULL
6
7#ifdef DEBUG
8char *AWTC_testConstructSequence(const char *testWithSequence);
9#endif
10
11
12#endif
Note: See TracBrowser for help on using the repository browser.