Skip to content

Commit

Permalink
add snp thag dhp verse to page mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
yapcheahshen committed Jun 16, 2020
1 parent c762db4 commit 55d26d1
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,14 @@ const build=(name)=>{

dofile(folder+'palipg1.tsv',builder,);
dofile(folder+'palipg2.tsv',builder,true);
builder.done();

const extra={
snp:require('./snp'),
thag:require('./thag'),
thig:require('./thig'),
dhp:require('./dhp')
}
builder.done(null,extra);

if (outputrawtext) {
fs.writeFileSync(name+"-raw.txt",rawtext.join("\n"),"utf8");
Expand Down
119 changes: 119 additions & 0 deletions dhp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
module.exports=[1,
4,
8,
13,
17,
20,
21,
25,
29,
33,
37,
41,
44,
47,
51,
55,
60,
64,
69,
72,
75,
76,
81,
84,
88,
90,
94,
98,
100,
104,
108,
112,
116,
120,
123,
127,
129,
133,
138,
142,
144,
146,
150,
154,
157,
162,
165,
167,
171,
176,
179,
183,
186,
190,
193,
197,
201,
205,
208,
209,
213,
217,
221,
225,
228,
233,
235,
239,
242,
247,
251,
255,
256,
262,
266,
271,
273,
277,
281,
284,
287,
290,
294,
299,
304,
306,
310,
313,
317,
320,
324,
328,
331,
334,
338,
342,
345,
348,
351,
355,
359,
360,
364,
368,
372,
376,
380,
383,
387,
390,
394,
397,
401,
405,
410,
413,
416,
420,
423]
223 changes: 223 additions & 0 deletions snp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
module.exports=[1,
7,
17,
22,
28,
33,
39,
45,
52,
58,
65,
71,
76,
78,
82,
83,
85,
91,
96,
107,
116,
120,
130,
138,
143,
147,
153,
159,
163,
169,
178,
181,
184,
193,
202,
209,
214,
220,
222,
227,
233,
236,
241,
245,
250,
255,
261,
270,
272,
281,
285,
293,
303,
310,
316,
321,
327,
332,
339,
343,
348,
354,
359,
365,
370,
376,
379,
386,
393,
400,
404,
405,
414,
423,
428,
436,
444,
449,
451,
455,
457,
462,
468,
474,
479,
486,
487,
488,
495,
503,
509,
509,
510,
511,
514,
519,
524,
528,
534,
538,
541,
547,
547,
547,
547,
547,
547,
548,
553,
560,
568,
570,
575,
585,
593,
594,
596,
602,
611,
622,
632,
643,
653,
656,
656,
656,
657,
664,
668,
672,
675,
680,
685,
689,
694,
699,
703,
713,
720,
724,
727,
729,
734,
738,
744,
749,
754,
778,
762,
765,
766,
773,
779,
784,
789,
795,
799,
804,
808,
813,
821,
827,
833,
836,
841,
846,
850,
859,
864,
871,
876,
880,
885,
891,
896,
901,
906,
912,
915,
920,
926,
932,
936,
943,
952,
957,
965,
971,
975,
976,
983,
992,
998,
1007,
1014,
1021,
1029,
1034,
1040,
1044,
1047,
1050,
1056,
1061,
1067,
1071,
1075,
1079,
1082,
1085,
1089,
1093,
1098,
1104,
1108,
1114,
1118,
1123,
1125,
1132,
1137,
1144,
1149]
Loading

0 comments on commit 55d26d1

Please sign in to comment.