File tree
11 files changed
+36
-67
lines changed- .github/workflows
- 3rd_party
11 files changed
+36
-67
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
| 21 | + | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 |
| |
27 | 33 |
| |
28 | 34 |
| |
29 |
| - | |
| 35 | + | |
30 | 36 |
| |
31 | 37 |
| |
32 | 38 |
| |
| |||
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
45 |
| - | |
| 51 | + | |
46 | 52 |
| |
47 | 53 |
| |
48 | 54 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
- .github/workflows/deploy.yml+4-4
- .github/workflows/main.yml+11-5
- .github/workflows/self-hosted.yml+20-25
- .gitignore+2
- README.md+13-13
- libs/refresh/logs/lib/progress.h+125
- makefile+71-164
- quick-start.sh+10-13
- refresh.mk+739
- src/array.h+31-2
- src/bubble_helper.h+153
- src/console_all2all.cpp+8-8
- src/console_all2all_parts.cpp+38-27
- src/console_all2all_sparse.cpp+23-11
- src/console_build.cpp+18-18
- src/console_db2db.cpp+12-12
- src/console_distance.cpp+7-7
- src/console_minhash.cpp+4-5
- src/console_new2all.cpp+13-13
- src/console_one2all.cpp+10-10
- src/hashmap_lp.h+10
- src/kmer_db.h+2-2
- src/kmer_db.vcxproj+5-6
- src/kmer_db.vcxproj.filters+5-4
- src/loader_ex.cpp+19-16
- src/loader_ex.h+2-2
- src/log.h+8-3
- src/main.cpp+4-4
- src/params.cpp+32-30
- src/params.h+3-4
- src/prefix_kmer_db.cpp+22-21
- src/prefix_kmer_db.h+1
- src/sampler.h+5
- src/simd/row_add.h
- src/simd/row_add_avx.cpp
- src/simd/row_add_avx2.cpp
- src/simd/row_add_neon.cpp
- src/similarity_calculator.cpp+61-68
- src/similarity_calculator.h+2-2
- src/version.h+8-2
- .github/workflows/deploy.yml+5-4
- .github/workflows/main.yml+11-6
- .github/workflows/self-hosted.yml+23-23
- README.md+1-1
- libs/refresh/compression/lib/file_wrapper.h+28-27
- libs/refresh/logs/lib/progress.h+154
- libs/refresh/parallel_queues/lib/parallel-queues.h+39-4
- makefile+49-117
- refresh.mk+739
- src/ani-entropy.vcxproj+1
- src/ani-entropy.vcxproj.filters+3
- src/defs.h+3-3
- src/filter.cpp+76-13
- src/filter.h+6
- src/lz_matcher.cpp+43-9
- src/seq_reservoir.cpp+14-7
- .gitignore+1
- .gitmodules+3
- 3rd_party/mimalloc+1
- 3rd_party/prebuild.bat+21
- 3rd_party/refresh/compression/lib/file_wrapper.h+26-16
- 3rd_party/refresh/compression/lib/gz_wrapper.h+4-4
- 3rd_party/refresh/parallel_queues/lib/parallel-queues-common.h+36
- 3rd_party/refresh/parallel_queues/lib/parallel-queues-monitor.h+85
- 3rd_party/refresh/parallel_queues/lib/parallel-queues.h+445
- makefile+71-12
- multi-fasta-split/makefile-109
- ref-utils.sln+59-21
- refresh.mk+739
- src/_prebuild/_prebuild.cpp+8
- src/_prebuild/_prebuild.vcxproj+149
- src/_prebuild/_prebuild.vcxproj.filters+22
- src/mfasta-tool/data_partitioner.h+57
- src/mfasta-tool/data_source.h+114
- src/mfasta-tool/data_storer.h+108
- src/mfasta-tool/defs.h+53
- src/mfasta-tool/md5_wrapper.h+45
- src/mfasta-tool/mfasta-tool.cpp+361
- src/mfasta-tool/mfasta-tool.vcxproj+170
- src/mfasta-tool/mfasta-tool.vcxproj.filters+60
- src/mfasta-tool/params.h+37
- src/mfasta-tool/part_packer.h+99
- src/mfasta-tool/sha256.h+195
- src/mfasta-tool/sha256_filter.h+291
- src/mfasta-tool/utils.h+16
- src/multi-fasta-split/multi-fasta-split.cpp+2-2
- src/multi-fasta-split/multi-fasta-split.vcxproj+6-6
- src/multi-fasta-split/multi-fasta-split.vcxproj.filters
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 14 additions & 53 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 |
| - | |
| 122 | + | |
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
127 | 126 |
| |
128 | 127 |
| |
129 | 128 |
| |
130 |
| - | |
131 |
| - | |
| 129 | + | |
| 130 | + | |
132 | 131 |
| |
133 | 132 |
| |
134 | 133 |
| |
| |||
144 | 143 |
| |
145 | 144 |
| |
146 | 145 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
| |||
164 | 163 |
| |
165 | 164 |
| |
166 | 165 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 | 166 |
| |
184 | 167 |
| |
185 | 168 |
| |
| |||
214 | 197 |
| |
215 | 198 |
| |
216 | 199 |
| |
217 |
| - | |
| 200 | + | |
218 | 201 |
| |
219 | 202 |
| |
220 | 203 |
| |
| |||
298 | 281 |
| |
299 | 282 |
| |
300 | 283 |
| |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 | 284 |
| |
310 | 285 |
| |
311 | 286 |
| |
| |||
528 | 503 |
| |
529 | 504 |
| |
530 | 505 |
| |
531 |
| - | |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 |
| - | |
536 |
| - | |
537 |
| - | |
538 |
| - | |
539 | 506 |
| |
540 | 507 |
| |
541 | 508 |
| |
| |||
1215 | 1182 |
| |
1216 | 1183 |
| |
1217 | 1184 |
| |
1218 |
| - | |
| 1185 | + | |
1219 | 1186 |
| |
1220 | 1187 |
| |
1221 | 1188 |
| |
| |||
1263 | 1230 |
| |
1264 | 1231 |
| |
1265 | 1232 |
| |
1266 |
| - | |
| 1233 | + | |
1267 | 1234 |
| |
1268 | 1235 |
| |
1269 | 1236 |
| |
| |||
1278 | 1245 |
| |
1279 | 1246 |
| |
1280 | 1247 |
| |
1281 |
| - | |
| 1248 | + | |
1282 | 1249 |
| |
1283 | 1250 |
| |
1284 | 1251 |
| |
1285 | 1252 |
| |
1286 | 1253 |
| |
1287 |
| - | |
1288 | 1254 |
| |
1289 | 1255 |
| |
1290 | 1256 |
| |
| |||
1311 | 1277 |
| |
1312 | 1278 |
| |
1313 | 1279 |
| |
1314 |
| - | |
1315 | 1280 |
| |
1316 | 1281 |
| |
1317 | 1282 |
| |
| |||
1333 | 1298 |
| |
1334 | 1299 |
| |
1335 | 1300 |
| |
1336 |
| - | |
1337 | 1301 |
| |
1338 | 1302 |
| |
1339 | 1303 |
| |
| |||
1342 | 1306 |
| |
1343 | 1307 |
| |
1344 | 1308 |
| |
1345 |
| - | |
1346 | 1309 |
| |
1347 | 1310 |
| |
1348 | 1311 |
| |
| |||
1353 | 1316 |
| |
1354 | 1317 |
| |
1355 | 1318 |
| |
1356 |
| - | |
| 1319 | + | |
1357 | 1320 |
| |
1358 | 1321 |
| |
1359 | 1322 |
| |
| |||
1386 | 1349 |
| |
1387 | 1350 |
| |
1388 | 1351 |
| |
1389 |
| - | |
1390 | 1352 |
| |
1391 | 1353 |
| |
1392 | 1354 |
| |
| |||
1396 | 1358 |
| |
1397 | 1359 |
| |
1398 | 1360 |
| |
1399 |
| - | |
| 1361 | + | |
1400 | 1362 |
| |
1401 | 1363 |
| |
1402 | 1364 |
| |
| |||
1416 | 1378 |
| |
1417 | 1379 |
| |
1418 | 1380 |
| |
1419 |
| - | |
1420 | 1381 |
| |
1421 | 1382 |
| |
1422 | 1383 |
| |
|
0 commit comments