jbrowse-plugin-protein3d 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/dist/AddHighlightModel/GenomeMouseoverHighlight.js +3 -9
  2. package/dist/AddHighlightModel/GenomeMouseoverHighlight.js.map +1 -1
  3. package/dist/AddHighlightModel/HighlightComponents.d.ts +1 -2
  4. package/dist/AddHighlightModel/HighlightComponents.js.map +1 -1
  5. package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.js +4 -3
  6. package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.js.map +1 -1
  7. package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.d.ts +1 -2
  8. package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.js +4 -3
  9. package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.js.map +1 -1
  10. package/dist/AddHighlightModel/util.js +1 -1
  11. package/dist/AddHighlightModel/util.js.map +1 -1
  12. package/dist/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.d.ts +16 -0
  13. package/dist/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.js +43 -0
  14. package/dist/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.js.map +1 -0
  15. package/dist/AlphaFoldConfidenceAdapter/configSchema.d.ts +13 -0
  16. package/dist/AlphaFoldConfidenceAdapter/configSchema.js +16 -0
  17. package/dist/AlphaFoldConfidenceAdapter/configSchema.js.map +1 -0
  18. package/dist/AlphaFoldConfidenceAdapter/index.d.ts +2 -0
  19. package/dist/AlphaFoldConfidenceAdapter/index.js +11 -0
  20. package/dist/AlphaFoldConfidenceAdapter/index.js.map +1 -0
  21. package/dist/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.d.ts +30 -0
  22. package/dist/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.js +78 -0
  23. package/dist/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.js.map +1 -0
  24. package/dist/AlphaMissensePathogenicityAdapter/configSchema.d.ts +13 -0
  25. package/dist/AlphaMissensePathogenicityAdapter/configSchema.js +16 -0
  26. package/dist/AlphaMissensePathogenicityAdapter/configSchema.js.map +1 -0
  27. package/dist/AlphaMissensePathogenicityAdapter/index.d.ts +2 -0
  28. package/dist/AlphaMissensePathogenicityAdapter/index.js +11 -0
  29. package/dist/AlphaMissensePathogenicityAdapter/index.js.map +1 -0
  30. package/dist/LaunchProteinView/components/AlphaFoldDBSearch.js +162 -13
  31. package/dist/LaunchProteinView/components/AlphaFoldDBSearch.js.map +1 -1
  32. package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.js +8 -6
  33. package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.js.map +1 -1
  34. package/dist/LaunchProteinView/components/HelpButton.js +6 -2
  35. package/dist/LaunchProteinView/components/HelpButton.js.map +1 -1
  36. package/dist/LaunchProteinView/components/HelpDialog.js +3 -1
  37. package/dist/LaunchProteinView/components/HelpDialog.js.map +1 -1
  38. package/dist/LaunchProteinView/components/LaunchProteinViewDialog.js +12 -4
  39. package/dist/LaunchProteinView/components/LaunchProteinViewDialog.js.map +1 -1
  40. package/dist/LaunchProteinView/components/MSATable.js +3 -1
  41. package/dist/LaunchProteinView/components/MSATable.js.map +1 -1
  42. package/dist/LaunchProteinView/components/ManualUniProtIDEntry.d.ts +8 -0
  43. package/dist/LaunchProteinView/components/ManualUniProtIDEntry.js +225 -0
  44. package/dist/LaunchProteinView/components/ManualUniProtIDEntry.js.map +1 -0
  45. package/dist/LaunchProteinView/components/TranscriptSelector.js +3 -1
  46. package/dist/LaunchProteinView/components/TranscriptSelector.js.map +1 -1
  47. package/dist/LaunchProteinView/components/UserProvidedStructure.js +19 -12
  48. package/dist/LaunchProteinView/components/UserProvidedStructure.js.map +1 -1
  49. package/dist/LaunchProteinView/components/calculateProteinSequence.js +5 -3
  50. package/dist/LaunchProteinView/components/calculateProteinSequence.js.map +1 -1
  51. package/dist/LaunchProteinView/components/useLocalStructureFileSequence.d.ts +1 -1
  52. package/dist/LaunchProteinView/components/useLocalStructureFileSequence.js +29 -9
  53. package/dist/LaunchProteinView/components/useLocalStructureFileSequence.js.map +1 -1
  54. package/dist/LaunchProteinView/components/useRemoteStructureFileSequence.d.ts +1 -1
  55. package/dist/LaunchProteinView/components/useRemoteStructureFileSequence.js +25 -8
  56. package/dist/LaunchProteinView/components/useRemoteStructureFileSequence.js.map +1 -1
  57. package/dist/LaunchProteinView/components/util.js +1 -1
  58. package/dist/LaunchProteinView/index.js +7 -3
  59. package/dist/LaunchProteinView/index.js.map +1 -1
  60. package/dist/ProteinView/{loadStructureFromData.d.ts → addStructureFromData.d.ts} +2 -2
  61. package/dist/ProteinView/{loadStructureFromData.js → addStructureFromData.js} +3 -8
  62. package/dist/ProteinView/addStructureFromData.js.map +1 -0
  63. package/dist/ProteinView/{loadStructureFromURL.d.ts → addStructureFromURL.d.ts} +2 -2
  64. package/dist/ProteinView/{loadStructureFromURL.js → addStructureFromURL.js} +11 -9
  65. package/dist/ProteinView/addStructureFromURL.js.map +1 -0
  66. package/dist/ProteinView/clearSelection.js +1 -1
  67. package/dist/ProteinView/clearSelection.js.map +1 -1
  68. package/dist/ProteinView/components/ProteinAlignment.d.ts +2 -2
  69. package/dist/ProteinView/components/ProteinAlignment.js +37 -26
  70. package/dist/ProteinView/components/ProteinAlignment.js.map +1 -1
  71. package/dist/ProteinView/components/ProteinAlignmentHelpButton.d.ts +2 -2
  72. package/dist/ProteinView/components/ProteinAlignmentHelpButton.js +6 -4
  73. package/dist/ProteinView/components/ProteinAlignmentHelpButton.js.map +1 -1
  74. package/dist/ProteinView/components/ProteinAlignmentHelpDialog.js +6 -5
  75. package/dist/ProteinView/components/ProteinAlignmentHelpDialog.js.map +1 -1
  76. package/dist/ProteinView/components/ProteinView.js +18 -60
  77. package/dist/ProteinView/components/ProteinView.js.map +1 -1
  78. package/dist/ProteinView/components/{Header.js → ProteinViewHeader.js} +29 -12
  79. package/dist/ProteinView/components/ProteinViewHeader.js.map +1 -0
  80. package/dist/ProteinView/components/SplitString.d.ts +4 -4
  81. package/dist/ProteinView/components/SplitString.js +3 -3
  82. package/dist/ProteinView/components/SplitString.js.map +1 -1
  83. package/dist/ProteinView/genomeToProtein.d.ts +2 -2
  84. package/dist/ProteinView/genomeToProtein.js +4 -5
  85. package/dist/ProteinView/genomeToProtein.js.map +1 -1
  86. package/dist/ProteinView/highlightResidue.js +2 -2
  87. package/dist/ProteinView/highlightResidue.js.map +1 -1
  88. package/dist/ProteinView/launchRemotePairwiseAlignment.d.ts +2 -5
  89. package/dist/ProteinView/launchRemotePairwiseAlignment.js +7 -3
  90. package/dist/ProteinView/launchRemotePairwiseAlignment.js.map +1 -1
  91. package/dist/ProteinView/model.d.ts +492 -160
  92. package/dist/ProteinView/model.js +62 -246
  93. package/dist/ProteinView/model.js.map +1 -1
  94. package/dist/ProteinView/proteinToGenomeMapping.d.ts +6 -6
  95. package/dist/ProteinView/proteinToGenomeMapping.js +29 -28
  96. package/dist/ProteinView/proteinToGenomeMapping.js.map +1 -1
  97. package/dist/ProteinView/selectResidue.js +1 -1
  98. package/dist/ProteinView/selectResidue.js.map +1 -1
  99. package/dist/ProteinView/structureModel.d.ts +183 -0
  100. package/dist/ProteinView/structureModel.js +407 -0
  101. package/dist/ProteinView/structureModel.js.map +1 -0
  102. package/dist/ProteinView/useProteinView.d.ts +1 -4
  103. package/dist/ProteinView/useProteinView.js +3 -15
  104. package/dist/ProteinView/useProteinView.js.map +1 -1
  105. package/dist/ProteinView/util.d.ts +3 -3
  106. package/dist/ProteinView/util.js +8 -6
  107. package/dist/ProteinView/util.js.map +1 -1
  108. package/dist/UniProtVariationAdapter/UniProtVariationAdapter.d.ts +15 -0
  109. package/dist/UniProtVariationAdapter/UniProtVariationAdapter.js +55 -0
  110. package/dist/UniProtVariationAdapter/UniProtVariationAdapter.js.map +1 -0
  111. package/dist/UniProtVariationAdapter/configSchema.d.ts +17 -0
  112. package/dist/UniProtVariationAdapter/configSchema.js +20 -0
  113. package/dist/UniProtVariationAdapter/configSchema.js.map +1 -0
  114. package/dist/UniProtVariationAdapter/index.d.ts +2 -0
  115. package/dist/UniProtVariationAdapter/index.js +11 -0
  116. package/dist/UniProtVariationAdapter/index.js.map +1 -0
  117. package/dist/genomeToTranscriptMapping.d.ts +2 -2
  118. package/dist/genomeToTranscriptMapping.js +3 -3
  119. package/dist/genomeToTranscriptMapping.js.map +1 -1
  120. package/dist/index.js +6 -0
  121. package/dist/index.js.map +1 -1
  122. package/dist/jbrowse-plugin-protein3d.umd.production.min.js +2506 -1658
  123. package/dist/jbrowse-plugin-protein3d.umd.production.min.js.map +4 -4
  124. package/dist/mappings.d.ts +12 -10
  125. package/dist/mappings.js +7 -7
  126. package/dist/mappings.js.map +1 -1
  127. package/dist/mappings.test.js +7 -5
  128. package/dist/mappings.test.js.map +1 -1
  129. package/dist/test_data/gene.d.ts +577 -64
  130. package/dist/test_data/gene.js +1 -1
  131. package/dist/test_data/gene.js.map +1 -1
  132. package/package.json +20 -19
  133. package/src/AddHighlightModel/GenomeMouseoverHighlight.tsx +4 -17
  134. package/src/AddHighlightModel/HighlightComponents.tsx +1 -3
  135. package/src/AddHighlightModel/ProteinToGenomeClickHighlight.tsx +17 -14
  136. package/src/AddHighlightModel/ProteinToGenomeHoverHighlight.tsx +18 -17
  137. package/src/AddHighlightModel/util.ts +1 -1
  138. package/src/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.ts +63 -0
  139. package/src/AlphaFoldConfidenceAdapter/configSchema.ts +21 -0
  140. package/src/AlphaFoldConfidenceAdapter/index.ts +19 -0
  141. package/src/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.ts +109 -0
  142. package/src/AlphaMissensePathogenicityAdapter/configSchema.ts +21 -0
  143. package/src/AlphaMissensePathogenicityAdapter/index.ts +19 -0
  144. package/src/LaunchProteinView/components/AlphaFoldDBSearch.tsx +173 -12
  145. package/src/LaunchProteinView/components/AlphaFoldDBSearchStatus.tsx +8 -6
  146. package/src/LaunchProteinView/components/HelpButton.tsx +10 -2
  147. package/src/LaunchProteinView/components/HelpDialog.tsx +6 -1
  148. package/src/LaunchProteinView/components/LaunchProteinViewDialog.tsx +20 -4
  149. package/src/LaunchProteinView/components/MSATable.tsx +3 -1
  150. package/src/LaunchProteinView/components/ManualUniProtIDEntry.tsx +332 -0
  151. package/src/LaunchProteinView/components/TranscriptSelector.tsx +9 -7
  152. package/src/LaunchProteinView/components/UserProvidedStructure.tsx +18 -13
  153. package/src/LaunchProteinView/components/calculateProteinSequence.ts +6 -4
  154. package/src/LaunchProteinView/components/useLocalStructureFileSequence.ts +28 -9
  155. package/src/LaunchProteinView/components/useRemoteStructureFileSequence.ts +23 -8
  156. package/src/LaunchProteinView/components/util.ts +1 -1
  157. package/src/LaunchProteinView/index.ts +36 -26
  158. package/src/ProteinView/{loadStructureFromData.ts → addStructureFromData.ts} +2 -8
  159. package/src/ProteinView/{loadStructureFromURL.ts → addStructureFromURL.ts} +11 -11
  160. package/src/ProteinView/clearSelection.ts +1 -1
  161. package/src/ProteinView/components/ProteinAlignment.tsx +51 -35
  162. package/src/ProteinView/components/ProteinAlignmentHelpButton.tsx +4 -4
  163. package/src/ProteinView/components/ProteinAlignmentHelpDialog.tsx +15 -11
  164. package/src/ProteinView/components/ProteinView.tsx +22 -82
  165. package/src/ProteinView/components/{Header.tsx → ProteinViewHeader.tsx} +44 -23
  166. package/src/ProteinView/components/SplitString.tsx +8 -8
  167. package/src/ProteinView/genomeToProtein.ts +5 -9
  168. package/src/ProteinView/highlightResidue.ts +2 -2
  169. package/src/ProteinView/launchRemotePairwiseAlignment.ts +6 -3
  170. package/src/ProteinView/model.ts +75 -287
  171. package/src/ProteinView/proteinToGenomeMapping.ts +40 -38
  172. package/src/ProteinView/selectResidue.ts +1 -1
  173. package/src/ProteinView/structureModel.ts +512 -0
  174. package/src/ProteinView/useProteinView.ts +2 -19
  175. package/src/ProteinView/util.ts +20 -9
  176. package/src/UniProtVariationAdapter/UniProtVariationAdapter.ts +99 -0
  177. package/src/UniProtVariationAdapter/configSchema.ts +25 -0
  178. package/src/UniProtVariationAdapter/index.ts +17 -0
  179. package/src/__snapshots__/mappings.test.ts.snap +224 -224
  180. package/src/genomeToTranscriptMapping.ts +9 -9
  181. package/src/index.ts +6 -0
  182. package/src/mappings.test.ts +7 -5
  183. package/src/mappings.ts +25 -23
  184. package/src/test_data/gene.ts +3 -3
  185. package/dist/ProteinView/components/Header.js.map +0 -1
  186. package/dist/ProteinView/loadStructureFromData.js.map +0 -1
  187. package/dist/ProteinView/loadStructureFromURL.js.map +0 -1
  188. package/dist/ProteinView/useProteinViewClickBehavior.d.ts +0 -8
  189. package/dist/ProteinView/useProteinViewClickBehavior.js +0 -34
  190. package/dist/ProteinView/useProteinViewClickBehavior.js.map +0 -1
  191. package/dist/ProteinView/useProteinViewHoverBehavior.d.ts +0 -6
  192. package/dist/ProteinView/useProteinViewHoverBehavior.js +0 -31
  193. package/dist/ProteinView/useProteinViewHoverBehavior.js.map +0 -1
  194. package/src/ProteinView/useProteinViewClickBehavior.ts +0 -48
  195. package/src/ProteinView/useProteinViewHoverBehavior.ts +0 -44
  196. /package/dist/ProteinView/components/{Header.d.ts → ProteinViewHeader.d.ts} +0 -0
@@ -1,67 +1,580 @@
1
1
  export declare const feature: {
2
- strand: number;
3
- source: string;
4
- type: string;
5
- start: number;
6
- end: number;
7
- phase: number;
8
- derived_features: never[];
9
- refName: string;
10
- id: string;
11
- parent: string;
12
- gene_id: string;
13
- transcript_id: string;
14
- gene_type: string;
15
- gene_name: string;
16
- transcript_type: string;
17
- transcript_name: string;
18
- level: string;
19
- protein_id: string;
20
- transcript_support_level: string;
21
- hgnc_id: string;
22
- tag: string[];
23
- ccdsid: string;
24
- havana_gene: string;
25
- havana_transcript: string;
26
- subfeatures: {
27
- strand: number;
28
- source: string;
29
- type: string;
30
- start: number;
31
- end: number;
32
- phase: number;
33
- derived_features: never[];
34
- refName: string;
35
- id: string;
36
- parent: string;
37
- gene_id: string;
38
- transcript_id: string;
39
- gene_type: string;
40
- gene_name: string;
41
- transcript_type: string;
42
- transcript_name: string;
43
- exon_number: string;
44
- exon_id: string;
45
- level: string;
46
- protein_id: string;
47
- transcript_support_level: string;
48
- hgnc_id: string;
49
- tag: string[];
50
- ccdsid: string;
51
- havana_gene: string;
52
- havana_transcript: string;
53
- uniqueId: string;
54
- parentId: string;
55
- __jbrowsefmt: {};
56
- }[];
57
- uniqueId: string;
58
- parentId: string;
59
- __jbrowsefmt: {};
2
+ readonly strand: -1;
3
+ readonly source: "HAVANA";
4
+ readonly type: "transcript";
5
+ readonly start: 51287257;
6
+ readonly end: 51297990;
7
+ readonly phase: 0;
8
+ readonly derived_features: readonly [];
9
+ readonly refName: "chr1";
10
+ readonly id: "ENST00000530004.5";
11
+ readonly parent: "ENSG00000085831.16";
12
+ readonly gene_id: "ENSG00000085831.16";
13
+ readonly transcript_id: "ENST00000530004.5";
14
+ readonly gene_type: "protein_coding";
15
+ readonly gene_name: "TTC39A";
16
+ readonly transcript_type: "protein_coding";
17
+ readonly transcript_name: "TTC39A-216";
18
+ readonly level: "2";
19
+ readonly protein_id: "ENSP00000431228.1";
20
+ readonly transcript_support_level: "1";
21
+ readonly hgnc_id: "HGNC:18657";
22
+ readonly tag: readonly ["basic", "CCDS"];
23
+ readonly ccdsid: "CCDS76162.1";
24
+ readonly havana_gene: "OTTHUMG00000008193.5";
25
+ readonly havana_transcript: "OTTHUMT00000387467.1";
26
+ readonly subfeatures: readonly [{
27
+ readonly strand: -1;
28
+ readonly source: "HAVANA";
29
+ readonly type: "exon";
30
+ readonly start: 51287257;
31
+ readonly end: 51288280;
32
+ readonly phase: 0;
33
+ readonly derived_features: readonly [];
34
+ readonly refName: "chr1";
35
+ readonly id: "exon:ENST00000530004.5:7";
36
+ readonly parent: "ENST00000530004.5";
37
+ readonly gene_id: "ENSG00000085831.16";
38
+ readonly transcript_id: "ENST00000530004.5";
39
+ readonly gene_type: "protein_coding";
40
+ readonly gene_name: "TTC39A";
41
+ readonly transcript_type: "protein_coding";
42
+ readonly transcript_name: "TTC39A-216";
43
+ readonly exon_number: "7";
44
+ readonly exon_id: "ENSE00000835623.5";
45
+ readonly level: "2";
46
+ readonly protein_id: "ENSP00000431228.1";
47
+ readonly transcript_support_level: "1";
48
+ readonly hgnc_id: "HGNC:18657";
49
+ readonly tag: readonly ["basic", "CCDS"];
50
+ readonly ccdsid: "CCDS76162.1";
51
+ readonly havana_gene: "OTTHUMG00000008193.5";
52
+ readonly havana_transcript: "OTTHUMT00000387467.1";
53
+ readonly uniqueId: "590611027-offset-601794870-0-0";
54
+ readonly parentId: "590611027-offset-601794870-0";
55
+ readonly __jbrowsefmt: {};
56
+ }, {
57
+ readonly strand: -1;
58
+ readonly source: "HAVANA";
59
+ readonly type: "three_prime_UTR";
60
+ readonly start: 51287257;
61
+ readonly end: 51288156;
62
+ readonly phase: 0;
63
+ readonly derived_features: readonly [];
64
+ readonly refName: "chr1";
65
+ readonly id: "UTR3:ENST00000530004.5";
66
+ readonly parent: "ENST00000530004.5";
67
+ readonly gene_id: "ENSG00000085831.16";
68
+ readonly transcript_id: "ENST00000530004.5";
69
+ readonly gene_type: "protein_coding";
70
+ readonly gene_name: "TTC39A";
71
+ readonly transcript_type: "protein_coding";
72
+ readonly transcript_name: "TTC39A-216";
73
+ readonly exon_number: "7";
74
+ readonly exon_id: "ENSE00000835623.5";
75
+ readonly level: "2";
76
+ readonly protein_id: "ENSP00000431228.1";
77
+ readonly transcript_support_level: "1";
78
+ readonly hgnc_id: "HGNC:18657";
79
+ readonly tag: readonly ["basic", "CCDS"];
80
+ readonly ccdsid: "CCDS76162.1";
81
+ readonly havana_gene: "OTTHUMG00000008193.5";
82
+ readonly havana_transcript: "OTTHUMT00000387467.1";
83
+ readonly uniqueId: "590611027-offset-601794870-0-1";
84
+ readonly parentId: "590611027-offset-601794870-0";
85
+ readonly __jbrowsefmt: {};
86
+ }, {
87
+ readonly strand: -1;
88
+ readonly source: "HAVANA";
89
+ readonly type: "CDS";
90
+ readonly start: 51288156;
91
+ readonly end: 51288280;
92
+ readonly phase: 1;
93
+ readonly derived_features: readonly [];
94
+ readonly refName: "chr1";
95
+ readonly id: "CDS:ENST00000530004.5";
96
+ readonly parent: "ENST00000530004.5";
97
+ readonly gene_id: "ENSG00000085831.16";
98
+ readonly transcript_id: "ENST00000530004.5";
99
+ readonly gene_type: "protein_coding";
100
+ readonly gene_name: "TTC39A";
101
+ readonly transcript_type: "protein_coding";
102
+ readonly transcript_name: "TTC39A-216";
103
+ readonly exon_number: "7";
104
+ readonly exon_id: "ENSE00000835623.5";
105
+ readonly level: "2";
106
+ readonly protein_id: "ENSP00000431228.1";
107
+ readonly transcript_support_level: "1";
108
+ readonly hgnc_id: "HGNC:18657";
109
+ readonly tag: readonly ["basic", "CCDS"];
110
+ readonly ccdsid: "CCDS76162.1";
111
+ readonly havana_gene: "OTTHUMG00000008193.5";
112
+ readonly havana_transcript: "OTTHUMT00000387467.1";
113
+ readonly uniqueId: "590611027-offset-601794870-0-2";
114
+ readonly parentId: "590611027-offset-601794870-0";
115
+ readonly __jbrowsefmt: {};
116
+ }, {
117
+ readonly strand: -1;
118
+ readonly source: "HAVANA";
119
+ readonly type: "CDS";
120
+ readonly start: 51288838;
121
+ readonly end: 51288955;
122
+ readonly phase: 1;
123
+ readonly derived_features: readonly [];
124
+ readonly refName: "chr1";
125
+ readonly id: "CDS:ENST00000530004.5";
126
+ readonly parent: "ENST00000530004.5";
127
+ readonly gene_id: "ENSG00000085831.16";
128
+ readonly transcript_id: "ENST00000530004.5";
129
+ readonly gene_type: "protein_coding";
130
+ readonly gene_name: "TTC39A";
131
+ readonly transcript_type: "protein_coding";
132
+ readonly transcript_name: "TTC39A-216";
133
+ readonly exon_number: "6";
134
+ readonly exon_id: "ENSE00003633626.1";
135
+ readonly level: "2";
136
+ readonly protein_id: "ENSP00000431228.1";
137
+ readonly transcript_support_level: "1";
138
+ readonly hgnc_id: "HGNC:18657";
139
+ readonly tag: readonly ["basic", "CCDS"];
140
+ readonly ccdsid: "CCDS76162.1";
141
+ readonly havana_gene: "OTTHUMG00000008193.5";
142
+ readonly havana_transcript: "OTTHUMT00000387467.1";
143
+ readonly uniqueId: "590611027-offset-601794870-0-3";
144
+ readonly parentId: "590611027-offset-601794870-0";
145
+ readonly __jbrowsefmt: {};
146
+ }, {
147
+ readonly strand: -1;
148
+ readonly source: "HAVANA";
149
+ readonly type: "CDS";
150
+ readonly start: 51290004;
151
+ readonly end: 51290119;
152
+ readonly phase: 2;
153
+ readonly derived_features: readonly [];
154
+ readonly refName: "chr1";
155
+ readonly id: "CDS:ENST00000530004.5";
156
+ readonly parent: "ENST00000530004.5";
157
+ readonly gene_id: "ENSG00000085831.16";
158
+ readonly transcript_id: "ENST00000530004.5";
159
+ readonly gene_type: "protein_coding";
160
+ readonly gene_name: "TTC39A";
161
+ readonly transcript_type: "protein_coding";
162
+ readonly transcript_name: "TTC39A-216";
163
+ readonly exon_number: "5";
164
+ readonly exon_id: "ENSE00003508941.1";
165
+ readonly level: "2";
166
+ readonly protein_id: "ENSP00000431228.1";
167
+ readonly transcript_support_level: "1";
168
+ readonly hgnc_id: "HGNC:18657";
169
+ readonly tag: readonly ["basic", "CCDS"];
170
+ readonly ccdsid: "CCDS76162.1";
171
+ readonly havana_gene: "OTTHUMG00000008193.5";
172
+ readonly havana_transcript: "OTTHUMT00000387467.1";
173
+ readonly uniqueId: "590611027-offset-601794870-0-4";
174
+ readonly parentId: "590611027-offset-601794870-0";
175
+ readonly __jbrowsefmt: {};
176
+ }, {
177
+ readonly strand: -1;
178
+ readonly source: "HAVANA";
179
+ readonly type: "CDS";
180
+ readonly start: 51290513;
181
+ readonly end: 51290625;
182
+ readonly phase: 0;
183
+ readonly derived_features: readonly [];
184
+ readonly refName: "chr1";
185
+ readonly id: "CDS:ENST00000530004.5";
186
+ readonly parent: "ENST00000530004.5";
187
+ readonly gene_id: "ENSG00000085831.16";
188
+ readonly transcript_id: "ENST00000530004.5";
189
+ readonly gene_type: "protein_coding";
190
+ readonly gene_name: "TTC39A";
191
+ readonly transcript_type: "protein_coding";
192
+ readonly transcript_name: "TTC39A-216";
193
+ readonly exon_number: "4";
194
+ readonly exon_id: "ENSE00003479848.1";
195
+ readonly level: "2";
196
+ readonly protein_id: "ENSP00000431228.1";
197
+ readonly transcript_support_level: "1";
198
+ readonly hgnc_id: "HGNC:18657";
199
+ readonly tag: readonly ["basic", "CCDS"];
200
+ readonly ccdsid: "CCDS76162.1";
201
+ readonly havana_gene: "OTTHUMG00000008193.5";
202
+ readonly havana_transcript: "OTTHUMT00000387467.1";
203
+ readonly uniqueId: "590611027-offset-601794870-0-5";
204
+ readonly parentId: "590611027-offset-601794870-0";
205
+ readonly __jbrowsefmt: {};
206
+ }, {
207
+ readonly strand: -1;
208
+ readonly source: "HAVANA";
209
+ readonly type: "CDS";
210
+ readonly start: 51294390;
211
+ readonly end: 51294511;
212
+ readonly phase: 1;
213
+ readonly derived_features: readonly [];
214
+ readonly refName: "chr1";
215
+ readonly id: "CDS:ENST00000530004.5";
216
+ readonly parent: "ENST00000530004.5";
217
+ readonly gene_id: "ENSG00000085831.16";
218
+ readonly transcript_id: "ENST00000530004.5";
219
+ readonly gene_type: "protein_coding";
220
+ readonly gene_name: "TTC39A";
221
+ readonly transcript_type: "protein_coding";
222
+ readonly transcript_name: "TTC39A-216";
223
+ readonly exon_number: "3";
224
+ readonly exon_id: "ENSE00003479532.1";
225
+ readonly level: "2";
226
+ readonly protein_id: "ENSP00000431228.1";
227
+ readonly transcript_support_level: "1";
228
+ readonly hgnc_id: "HGNC:18657";
229
+ readonly tag: readonly ["basic", "CCDS"];
230
+ readonly ccdsid: "CCDS76162.1";
231
+ readonly havana_gene: "OTTHUMG00000008193.5";
232
+ readonly havana_transcript: "OTTHUMT00000387467.1";
233
+ readonly uniqueId: "590611027-offset-601794870-0-6";
234
+ readonly parentId: "590611027-offset-601794870-0";
235
+ readonly __jbrowsefmt: {};
236
+ }, {
237
+ readonly strand: -1;
238
+ readonly source: "HAVANA";
239
+ readonly type: "CDS";
240
+ readonly start: 51296078;
241
+ readonly end: 51296155;
242
+ readonly phase: 0;
243
+ readonly derived_features: readonly [];
244
+ readonly refName: "chr1";
245
+ readonly id: "CDS:ENST00000530004.5";
246
+ readonly parent: "ENST00000530004.5";
247
+ readonly gene_id: "ENSG00000085831.16";
248
+ readonly transcript_id: "ENST00000530004.5";
249
+ readonly gene_type: "protein_coding";
250
+ readonly gene_name: "TTC39A";
251
+ readonly transcript_type: "protein_coding";
252
+ readonly transcript_name: "TTC39A-216";
253
+ readonly exon_number: "2";
254
+ readonly exon_id: "ENSE00003608742.1";
255
+ readonly level: "2";
256
+ readonly protein_id: "ENSP00000431228.1";
257
+ readonly transcript_support_level: "1";
258
+ readonly hgnc_id: "HGNC:18657";
259
+ readonly tag: readonly ["basic", "CCDS"];
260
+ readonly ccdsid: "CCDS76162.1";
261
+ readonly havana_gene: "OTTHUMG00000008193.5";
262
+ readonly havana_transcript: "OTTHUMT00000387467.1";
263
+ readonly uniqueId: "590611027-offset-601794870-0-7";
264
+ readonly parentId: "590611027-offset-601794870-0";
265
+ readonly __jbrowsefmt: {};
266
+ }, {
267
+ readonly strand: -1;
268
+ readonly source: "HAVANA";
269
+ readonly type: "stop_codon";
270
+ readonly start: 51288156;
271
+ readonly end: 51288159;
272
+ readonly phase: 0;
273
+ readonly derived_features: readonly [];
274
+ readonly refName: "chr1";
275
+ readonly id: "stop_codon:ENST00000530004.5";
276
+ readonly parent: "ENST00000530004.5";
277
+ readonly gene_id: "ENSG00000085831.16";
278
+ readonly transcript_id: "ENST00000530004.5";
279
+ readonly gene_type: "protein_coding";
280
+ readonly gene_name: "TTC39A";
281
+ readonly transcript_type: "protein_coding";
282
+ readonly transcript_name: "TTC39A-216";
283
+ readonly exon_number: "7";
284
+ readonly exon_id: "ENSE00000835623.5";
285
+ readonly level: "2";
286
+ readonly protein_id: "ENSP00000431228.1";
287
+ readonly transcript_support_level: "1";
288
+ readonly hgnc_id: "HGNC:18657";
289
+ readonly tag: readonly ["basic", "CCDS"];
290
+ readonly ccdsid: "CCDS76162.1";
291
+ readonly havana_gene: "OTTHUMG00000008193.5";
292
+ readonly havana_transcript: "OTTHUMT00000387467.1";
293
+ readonly uniqueId: "590611027-offset-601794870-0-8";
294
+ readonly parentId: "590611027-offset-601794870-0";
295
+ readonly __jbrowsefmt: {};
296
+ }, {
297
+ readonly strand: -1;
298
+ readonly source: "HAVANA";
299
+ readonly type: "exon";
300
+ readonly start: 51288838;
301
+ readonly end: 51288955;
302
+ readonly phase: 0;
303
+ readonly derived_features: readonly [];
304
+ readonly refName: "chr1";
305
+ readonly id: "exon:ENST00000530004.5:6";
306
+ readonly parent: "ENST00000530004.5";
307
+ readonly gene_id: "ENSG00000085831.16";
308
+ readonly transcript_id: "ENST00000530004.5";
309
+ readonly gene_type: "protein_coding";
310
+ readonly gene_name: "TTC39A";
311
+ readonly transcript_type: "protein_coding";
312
+ readonly transcript_name: "TTC39A-216";
313
+ readonly exon_number: "6";
314
+ readonly exon_id: "ENSE00003633626.1";
315
+ readonly level: "2";
316
+ readonly protein_id: "ENSP00000431228.1";
317
+ readonly transcript_support_level: "1";
318
+ readonly hgnc_id: "HGNC:18657";
319
+ readonly tag: readonly ["basic", "CCDS"];
320
+ readonly ccdsid: "CCDS76162.1";
321
+ readonly havana_gene: "OTTHUMG00000008193.5";
322
+ readonly havana_transcript: "OTTHUMT00000387467.1";
323
+ readonly uniqueId: "590611027-offset-601794870-0-9";
324
+ readonly parentId: "590611027-offset-601794870-0";
325
+ readonly __jbrowsefmt: {};
326
+ }, {
327
+ readonly strand: -1;
328
+ readonly source: "HAVANA";
329
+ readonly type: "exon";
330
+ readonly start: 51290004;
331
+ readonly end: 51290119;
332
+ readonly phase: 0;
333
+ readonly derived_features: readonly [];
334
+ readonly refName: "chr1";
335
+ readonly id: "exon:ENST00000530004.5:5";
336
+ readonly parent: "ENST00000530004.5";
337
+ readonly gene_id: "ENSG00000085831.16";
338
+ readonly transcript_id: "ENST00000530004.5";
339
+ readonly gene_type: "protein_coding";
340
+ readonly gene_name: "TTC39A";
341
+ readonly transcript_type: "protein_coding";
342
+ readonly transcript_name: "TTC39A-216";
343
+ readonly exon_number: "5";
344
+ readonly exon_id: "ENSE00003508941.1";
345
+ readonly level: "2";
346
+ readonly protein_id: "ENSP00000431228.1";
347
+ readonly transcript_support_level: "1";
348
+ readonly hgnc_id: "HGNC:18657";
349
+ readonly tag: readonly ["basic", "CCDS"];
350
+ readonly ccdsid: "CCDS76162.1";
351
+ readonly havana_gene: "OTTHUMG00000008193.5";
352
+ readonly havana_transcript: "OTTHUMT00000387467.1";
353
+ readonly uniqueId: "590611027-offset-601794870-0-10";
354
+ readonly parentId: "590611027-offset-601794870-0";
355
+ readonly __jbrowsefmt: {};
356
+ }, {
357
+ readonly strand: -1;
358
+ readonly source: "HAVANA";
359
+ readonly type: "exon";
360
+ readonly start: 51290513;
361
+ readonly end: 51290625;
362
+ readonly phase: 0;
363
+ readonly derived_features: readonly [];
364
+ readonly refName: "chr1";
365
+ readonly id: "exon:ENST00000530004.5:4";
366
+ readonly parent: "ENST00000530004.5";
367
+ readonly gene_id: "ENSG00000085831.16";
368
+ readonly transcript_id: "ENST00000530004.5";
369
+ readonly gene_type: "protein_coding";
370
+ readonly gene_name: "TTC39A";
371
+ readonly transcript_type: "protein_coding";
372
+ readonly transcript_name: "TTC39A-216";
373
+ readonly exon_number: "4";
374
+ readonly exon_id: "ENSE00003479848.1";
375
+ readonly level: "2";
376
+ readonly protein_id: "ENSP00000431228.1";
377
+ readonly transcript_support_level: "1";
378
+ readonly hgnc_id: "HGNC:18657";
379
+ readonly tag: readonly ["basic", "CCDS"];
380
+ readonly ccdsid: "CCDS76162.1";
381
+ readonly havana_gene: "OTTHUMG00000008193.5";
382
+ readonly havana_transcript: "OTTHUMT00000387467.1";
383
+ readonly uniqueId: "590611027-offset-601794870-0-11";
384
+ readonly parentId: "590611027-offset-601794870-0";
385
+ readonly __jbrowsefmt: {};
386
+ }, {
387
+ readonly strand: -1;
388
+ readonly source: "HAVANA";
389
+ readonly type: "exon";
390
+ readonly start: 51294390;
391
+ readonly end: 51294511;
392
+ readonly phase: 0;
393
+ readonly derived_features: readonly [];
394
+ readonly refName: "chr1";
395
+ readonly id: "exon:ENST00000530004.5:3";
396
+ readonly parent: "ENST00000530004.5";
397
+ readonly gene_id: "ENSG00000085831.16";
398
+ readonly transcript_id: "ENST00000530004.5";
399
+ readonly gene_type: "protein_coding";
400
+ readonly gene_name: "TTC39A";
401
+ readonly transcript_type: "protein_coding";
402
+ readonly transcript_name: "TTC39A-216";
403
+ readonly exon_number: "3";
404
+ readonly exon_id: "ENSE00003479532.1";
405
+ readonly level: "2";
406
+ readonly protein_id: "ENSP00000431228.1";
407
+ readonly transcript_support_level: "1";
408
+ readonly hgnc_id: "HGNC:18657";
409
+ readonly tag: readonly ["basic", "CCDS"];
410
+ readonly ccdsid: "CCDS76162.1";
411
+ readonly havana_gene: "OTTHUMG00000008193.5";
412
+ readonly havana_transcript: "OTTHUMT00000387467.1";
413
+ readonly uniqueId: "590611027-offset-601794870-0-12";
414
+ readonly parentId: "590611027-offset-601794870-0";
415
+ readonly __jbrowsefmt: {};
416
+ }, {
417
+ readonly strand: -1;
418
+ readonly source: "HAVANA";
419
+ readonly type: "exon";
420
+ readonly start: 51296078;
421
+ readonly end: 51296170;
422
+ readonly phase: 0;
423
+ readonly derived_features: readonly [];
424
+ readonly refName: "chr1";
425
+ readonly id: "exon:ENST00000530004.5:2";
426
+ readonly parent: "ENST00000530004.5";
427
+ readonly gene_id: "ENSG00000085831.16";
428
+ readonly transcript_id: "ENST00000530004.5";
429
+ readonly gene_type: "protein_coding";
430
+ readonly gene_name: "TTC39A";
431
+ readonly transcript_type: "protein_coding";
432
+ readonly transcript_name: "TTC39A-216";
433
+ readonly exon_number: "2";
434
+ readonly exon_id: "ENSE00003608742.1";
435
+ readonly level: "2";
436
+ readonly protein_id: "ENSP00000431228.1";
437
+ readonly transcript_support_level: "1";
438
+ readonly hgnc_id: "HGNC:18657";
439
+ readonly tag: readonly ["basic", "CCDS"];
440
+ readonly ccdsid: "CCDS76162.1";
441
+ readonly havana_gene: "OTTHUMG00000008193.5";
442
+ readonly havana_transcript: "OTTHUMT00000387467.1";
443
+ readonly uniqueId: "590611027-offset-601794870-0-13";
444
+ readonly parentId: "590611027-offset-601794870-0";
445
+ readonly __jbrowsefmt: {};
446
+ }, {
447
+ readonly strand: -1;
448
+ readonly source: "HAVANA";
449
+ readonly type: "start_codon";
450
+ readonly start: 51296152;
451
+ readonly end: 51296155;
452
+ readonly phase: 0;
453
+ readonly derived_features: readonly [];
454
+ readonly refName: "chr1";
455
+ readonly id: "start_codon:ENST00000530004.5";
456
+ readonly parent: "ENST00000530004.5";
457
+ readonly gene_id: "ENSG00000085831.16";
458
+ readonly transcript_id: "ENST00000530004.5";
459
+ readonly gene_type: "protein_coding";
460
+ readonly gene_name: "TTC39A";
461
+ readonly transcript_type: "protein_coding";
462
+ readonly transcript_name: "TTC39A-216";
463
+ readonly exon_number: "2";
464
+ readonly exon_id: "ENSE00003608742.1";
465
+ readonly level: "2";
466
+ readonly protein_id: "ENSP00000431228.1";
467
+ readonly transcript_support_level: "1";
468
+ readonly hgnc_id: "HGNC:18657";
469
+ readonly tag: readonly ["basic", "CCDS"];
470
+ readonly ccdsid: "CCDS76162.1";
471
+ readonly havana_gene: "OTTHUMG00000008193.5";
472
+ readonly havana_transcript: "OTTHUMT00000387467.1";
473
+ readonly uniqueId: "590611027-offset-601794870-0-14";
474
+ readonly parentId: "590611027-offset-601794870-0";
475
+ readonly __jbrowsefmt: {};
476
+ }, {
477
+ readonly strand: -1;
478
+ readonly source: "HAVANA";
479
+ readonly type: "five_prime_UTR";
480
+ readonly start: 51296155;
481
+ readonly end: 51296170;
482
+ readonly phase: 0;
483
+ readonly derived_features: readonly [];
484
+ readonly refName: "chr1";
485
+ readonly id: "UTR5:ENST00000530004.5";
486
+ readonly parent: "ENST00000530004.5";
487
+ readonly gene_id: "ENSG00000085831.16";
488
+ readonly transcript_id: "ENST00000530004.5";
489
+ readonly gene_type: "protein_coding";
490
+ readonly gene_name: "TTC39A";
491
+ readonly transcript_type: "protein_coding";
492
+ readonly transcript_name: "TTC39A-216";
493
+ readonly exon_number: "2";
494
+ readonly exon_id: "ENSE00003608742.1";
495
+ readonly level: "2";
496
+ readonly protein_id: "ENSP00000431228.1";
497
+ readonly transcript_support_level: "1";
498
+ readonly hgnc_id: "HGNC:18657";
499
+ readonly tag: readonly ["basic", "CCDS"];
500
+ readonly ccdsid: "CCDS76162.1";
501
+ readonly havana_gene: "OTTHUMG00000008193.5";
502
+ readonly havana_transcript: "OTTHUMT00000387467.1";
503
+ readonly uniqueId: "590611027-offset-601794870-0-15";
504
+ readonly parentId: "590611027-offset-601794870-0";
505
+ readonly __jbrowsefmt: {};
506
+ }, {
507
+ readonly strand: -1;
508
+ readonly source: "HAVANA";
509
+ readonly type: "five_prime_UTR";
510
+ readonly start: 51297790;
511
+ readonly end: 51297990;
512
+ readonly phase: 0;
513
+ readonly derived_features: readonly [];
514
+ readonly refName: "chr1";
515
+ readonly id: "UTR5:ENST00000530004.5";
516
+ readonly parent: "ENST00000530004.5";
517
+ readonly gene_id: "ENSG00000085831.16";
518
+ readonly transcript_id: "ENST00000530004.5";
519
+ readonly gene_type: "protein_coding";
520
+ readonly gene_name: "TTC39A";
521
+ readonly transcript_type: "protein_coding";
522
+ readonly transcript_name: "TTC39A-216";
523
+ readonly exon_number: "1";
524
+ readonly exon_id: "ENSE00002148799.1";
525
+ readonly level: "2";
526
+ readonly protein_id: "ENSP00000431228.1";
527
+ readonly transcript_support_level: "1";
528
+ readonly hgnc_id: "HGNC:18657";
529
+ readonly tag: readonly ["basic", "CCDS"];
530
+ readonly ccdsid: "CCDS76162.1";
531
+ readonly havana_gene: "OTTHUMG00000008193.5";
532
+ readonly havana_transcript: "OTTHUMT00000387467.1";
533
+ readonly uniqueId: "590611027-offset-601794870-0-16";
534
+ readonly parentId: "590611027-offset-601794870-0";
535
+ readonly __jbrowsefmt: {};
536
+ }, {
537
+ readonly strand: -1;
538
+ readonly source: "HAVANA";
539
+ readonly type: "exon";
540
+ readonly start: 51297790;
541
+ readonly end: 51297990;
542
+ readonly phase: 0;
543
+ readonly derived_features: readonly [];
544
+ readonly refName: "chr1";
545
+ readonly id: "exon:ENST00000530004.5:1";
546
+ readonly parent: "ENST00000530004.5";
547
+ readonly gene_id: "ENSG00000085831.16";
548
+ readonly transcript_id: "ENST00000530004.5";
549
+ readonly gene_type: "protein_coding";
550
+ readonly gene_name: "TTC39A";
551
+ readonly transcript_type: "protein_coding";
552
+ readonly transcript_name: "TTC39A-216";
553
+ readonly exon_number: "1";
554
+ readonly exon_id: "ENSE00002148799.1";
555
+ readonly level: "2";
556
+ readonly protein_id: "ENSP00000431228.1";
557
+ readonly transcript_support_level: "1";
558
+ readonly hgnc_id: "HGNC:18657";
559
+ readonly tag: readonly ["basic", "CCDS"];
560
+ readonly ccdsid: "CCDS76162.1";
561
+ readonly havana_gene: "OTTHUMG00000008193.5";
562
+ readonly havana_transcript: "OTTHUMT00000387467.1";
563
+ readonly uniqueId: "590611027-offset-601794870-0-17";
564
+ readonly parentId: "590611027-offset-601794870-0";
565
+ readonly __jbrowsefmt: {};
566
+ }];
567
+ readonly uniqueId: "590611027-offset-601794870-0";
568
+ readonly parentId: "590611027-offset-601794870";
569
+ readonly __jbrowsefmt: {};
60
570
  };
61
- export declare const alignment: {
62
- consensus: string;
63
- alns: {
64
- id: string;
65
- seq: string;
66
- }[];
571
+ export declare const pairwiseAlignment: {
572
+ readonly consensus: " ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ";
573
+ readonly alns: readonly [{
574
+ readonly id: "a";
575
+ readonly seq: "MGQKGHKDSLYPCGGTPESSLHEALDQCMTALDLFLTNQFSEALSYLKPRTKESMYHSLTYATILEMQAMMTFDPQDILLAGNMMKEAQMLCQRHRRKSSVTDSFSSLVNRPTLGQFTEEEIHAEVCYAECLLQRAALTFLQGSSHGGAVRPRALHDPSHACSCPPGPGRQHLFLLQDENMVSFIKGGIKVRNSYQTYKELDSLVQSSQYCKGENHPHFEGGVKLGVGAFNLTLSMLPTRILRLLEFVGFSGNKDYGLLQLEEGASGHSFRSVLCVMLLLCYHTFLTFVLGTGNVNIEEAEKLLKPYLNRYPKGAIFLFFAGRIEVIKGNIDAAIRRFEECCEAQQHWKQFHHMCYWELMWCFTYKGQWKMSYFYADLLSKENCWSKATYIYMKAAYLSMFGKEDHKPFGDDEVELFRAVPGLKLKIAGKSLPTEKFAIRKSRRYFSSNPISLPVPALEMMYIWNGYAVIGKQPKLTDGILEIITKAEEMLEKGPENEYSVDDECLVKLLKGLCLKYLGRVQEAEENFRSISANEKKIKYDHYLIPNALLELALLLMEQDRNEEAIKLLESAKQNYKNYSMESRTHFRIQAATLQAKSSLENSSRSMVSSVSL-";
576
+ }, {
577
+ readonly id: "b";
578
+ readonly seq: "--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------MKAAYLSMFGKEDHKPFGDDEVELFRAVPGLKLKIAGKSLPTEKFAIRKSRRYFSSNPISLPVPALEMMYIWNGYAVIGKQPKLTDGILEIITKAEEMLEKGPENEYSVDDECLVKLLKGLCLKYLGRVQEAEENFRSISANEKKIKYDHYLIPNALLELALLLMEQDRNEEAIKLLESAKQNYKNYSMESRTHFRIQAATLQAKSSLENSSRSMVSSVSL*";
579
+ }];
67
580
  };
@@ -587,7 +587,7 @@ export const feature = {
587
587
  parentId: '590611027-offset-601794870',
588
588
  __jbrowsefmt: {},
589
589
  };
590
- export const alignment = {
590
+ export const pairwiseAlignment = {
591
591
  consensus: ' ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ',
592
592
  alns: [
593
593
  {