Commit 0eb1211
Several updates
* Remove --bin* options in vclust.py
* Submodules updated to latest revisions.
Co-authored-by: aziele <[email protected]>1 parent c5058fc commit 0eb1211
File tree
11 files changed
+36
-67
lines changed- .github/workflows
- 3rd_party
11 files changed
+36
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| 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 | | |
| |||
| 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments