Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
332 bytes
|
Line | |
---|
1 | GB_ERROR AWTC_ClustalV_align(int is_dna, int weighted, |
---|
2 | const char *seq1, int length1, const char *seq2, int length2, |
---|
3 | const int *gapsBefore1, |
---|
4 | int max_seq_length, |
---|
5 | char **result1, char **result2, int *result_len, int *score); |
---|
6 | void AWTC_ClustalV_align_exit(void); |
---|
7 | |
---|
8 | int AWTC_baseMatch(char c1, char c2); |
---|
Note: See
TracBrowser
for help on using the repository browser.