source: tags/cvs_2_svn/AWTC/awtc_constructSequence.hxx

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : awtc_constructSequence.hxx                        //
4//   Purpose   : simple sequence assembler (unfinished)            //
5//   Time-stamp: <Wed Jun/04/2008 10:14 MET Coder@ReallySoft.de>   //
6//                                                                 //
7//   Coded by Ralf Westram (coder@reallysoft.de) in 1998           //
8//   Institute of Microbiology (Technical University Munich)       //
9//   http://www.arb-home.de/                                       //
10//                                                                 //
11// =============================================================== //
12
13#ifndef AWTC_CONSTRUCTSEQUENCE_HXX
14#define AWTC_CONSTRUCTSEQUENCE_HXX
15
16
17char *AWTC_constructSequence(int parts, const char **seqs, int minBasesMatching, char **refSeq);        // parameter list should be terminated by NULL
18
19#ifdef DEBUG
20char *AWTC_testConstructSequence(const char *testWithSequence);
21#endif
22
23
24#else
25#error awtc_constructSequence.hxx included twice
26#endif // AWTC_CONSTRUCTSEQUENCE_HXX
Note: See TracBrowser for help on using the repository browser.