source: trunk/GDE/MUSCLE/src/estring.h

Last change on this file was 10390, checked in by aboeckma, 11 years ago

added muscle sourcles amd makefile

File size: 527 bytes
Line 
1#ifndef pathsum_h
2#define pathsum_h
3
4void PathToEstrings(const PWPath &Path, short **ptresA, short **ptresB);
5void EstringsToPath(const short esA[], const short esB[], PWPath &Path);
6void MulEstrings(const short es1[], const short es2[], short esp[]);
7void EstringOp(const short es[], const Seq &sIn, Seq &sOut);
8unsigned EstringOp(const short es[], const Seq &sIn, MSA &a);
9void LogEstring(const short es[]);
10unsigned LengthEstring(const short es[]);
11short *EstringNewCopy(const short es[]);
12
13#endif  // pathsum_h
Note: See TracBrowser for help on using the repository browser.