Mercurial > repos > lsong10 > psiclass
annotate PsiCLASS-1.0.2/defs.h @ 0:903fc43d6227 draft default tip
Uploaded
| author | lsong10 |
|---|---|
| date | Fri, 26 Mar 2021 16:52:45 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 #ifndef _LSONG_CLASSES_DEFS_HEADER |
| 2 #define _LSONG_CLASSES_DEFS_HEADER | |
| 3 | |
| 4 #include <stdint.h> | |
| 5 | |
| 6 #define MAX_SEG_COUNT 127 | |
| 7 | |
| 8 struct _pair | |
| 9 { | |
| 10 int64_t a, b ; | |
| 11 } ; | |
| 12 | |
| 13 struct _pair32 | |
| 14 { | |
| 15 int a, b ; | |
| 16 } ; | |
| 17 | |
| 18 /*char nucToNum[26] = { 0, -1, 1, -1, -1, -1, 2, | |
| 19 -1, -1, -1, -1, -1, -1, -1, | |
| 20 -1, -1, -1, -1, -1, 3, | |
| 21 -1, -1, -1, -1, -1, -1 } ; | |
| 22 | |
| 23 char numToNuc[26] = {'A', 'C', 'G', 'T'} ;*/ | |
| 24 #endif |
