Last change
on this file was
5675,
checked in by westram, 16 years ago
|
- removed automatic timestamps (the best they were good for, were vc-conflicts)
|
-
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 | // // |
---|
6 | // Coded by Ralf Westram (coder@reallysoft.de) in 1998 // |
---|
7 | // Institute of Microbiology (Technical University Munich) // |
---|
8 | // http://www.arb-home.de/ // |
---|
9 | // // |
---|
10 | // =============================================================== // |
---|
11 | |
---|
12 | #ifndef AWTC_CONSTRUCTSEQUENCE_HXX |
---|
13 | #define AWTC_CONSTRUCTSEQUENCE_HXX |
---|
14 | |
---|
15 | |
---|
16 | char *AWTC_constructSequence(int parts, const char **seqs, int minBasesMatching, char **refSeq); // parameter list should be terminated by NULL |
---|
17 | |
---|
18 | #ifdef DEBUG |
---|
19 | char *AWTC_testConstructSequence(const char *testWithSequence); |
---|
20 | #endif |
---|
21 | |
---|
22 | |
---|
23 | #else |
---|
24 | #error awtc_constructSequence.hxx included twice |
---|
25 | #endif // AWTC_CONSTRUCTSEQUENCE_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.