5 files changed
+10
-10
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
|
- .github/workflows/large.yml+112
- .github/workflows/main.yml+3-3
- .github/workflows/self-hosted.yml+83-41
- README.md+125-33
- makefile+1-1
- src/cd_hit.h+2-2
- src/chunked_vector.h+176
- src/clustering.h+3-3
- src/clusty.vcxproj+7
- src/clusty.vcxproj.filters+7
- src/console.cpp+90-25
- src/console.h+6-3
- src/conversion.cpp+1-1
- src/conversion.h+2-2
- src/distances.h+1-1
- src/graph.cpp+38-11
- src/graph.h+92-16
- src/graph_named.h+239-296
- src/graph_numbered.h+226-269
- src/graph_sparse.h+380
- src/hasher.h+170
- src/io.h+164
- src/leiden.h+1-1
- src/linkage_heaptrix.h+1-1
- src/log.cpp+2-2
- src/log.h+1-1
- src/main.cpp+5-3
- src/memory_monotonic.h+1-1
- src/parallel-queues-common.h+36
- src/parallel-queues.h+444
- src/params.cpp+3-1
- src/params.h+5-1
- src/semaphore.h+67
- src/set_cover.h+2-2
- src/single_bfs.h+1-1
- src/sparse_matrix.h+1-1
- src/uclust.h+4-4
- src/utils.h+1-1
- src/version.h+14-3
- test/cmp.py+31-9
- test/ictv/ictv.ani
- test/ictv/ictv.bat+44
- test/ictv/ictv.cd-hit.70.csv+4.3k-4.3k
- test/ictv/ictv.cd-hit.70.reps.csv+4.3k-4.3k
- test/ictv/ictv.complete.70.csv+4.3k-4.3k
- test/ictv/ictv.complete.70.python.csv
- test/ictv/ictv.complete.70.reps.csv+4.3k-4.3k
- test/ictv/ictv.complete.95.csv+491-491
- test/ictv/ictv.complete.95.python.csv
- test/ictv/ictv.complete.95.reps.csv+492-492
- test/ictv/ictv.leiden-params.70.reps.csv
- test/ictv/ictv.leiden.70.csv+4.3k-4.3k
- test/ictv/ictv.leiden.70.reps.csv+4.3k-4.3k
- test/ictv/ictv.list
- test/ictv/ictv.num
- test/ictv/ictv.set-cover.70.csv+4.3k-4.3k
- test/ictv/ictv.set-cover.70.reps.csv+4.3k-4.3k
- test/ictv/ictv.single.70.csv+4.3k-4.3k
- test/ictv/ictv.single.70.python.csv
- test/ictv/ictv.single.70.reps.csv+4.3k-4.3k
- test/ictv/ictv.single.95.csv+491-491
- test/ictv/ictv.single.95.python.csv
- test/ictv/ictv.single.95.reps.csv+492-492
- test/ictv/ictv.uclust.70.csv+4.3k-4.3k
- test/ictv/ictv.uclust.70.reps.csv+4.3k-4.3k
- test/ictv/ictv.uclust.95.csv
- test/synth/named.clusty+9
- test/synth/named.objs.clusty+14
- test/synth/named.objs.reps.clusty+14
- test/synth/named.reps.clusty+9
- test/synth/numeric.clusty+9
- test/synth/numeric.objs.clusty+14
- test/synth/numeric.objs.reps.clusty+14
- test/synth/numeric.reps.clusty+9
- test/synth/synth.ani+9
- test/synth/synth.bat+13
- test/synth/synth.ids+14
- test/test.bat-54
- test/toy/toy.ani.tsv
- test/toy/toy.ids.tsv
- test/toy/toy.single.tsv
- test/vir61/vir61.ani
- test/vir61/vir61.bat+21
- test/vir61/vir61.complete.70+62
- test/vir61/vir61.complete.70.python.csv
- test/vir61/vir61.complete.70.reps+62
- test/vir61/vir61.complete.95+62
- test/vir61/vir61.complete.95.python.csv
- test/vir61/vir61.complete.95.reps+62
- test/vir61/vir61.list
- test/vir61/vir61.single.70+62
- test/vir61/vir61.single.70.python.csv
- test/vir61/vir61.single.70.reps+62
- test/vir61/vir61.single.95+62
- test/vir61/vir61.single.95.python.csv
- test/vir61/vir61.single.95.reps+62
- .github/workflows/self-hosted.yml+93-9
- README.md+39-17
- src/alphabet.h+127
- src/console_build.cpp+15-4
- src/console_minhash.cpp+4-4
- src/console_new2all.cpp+24-11
- src/console_one2all.cpp+7-13
- src/conversion.h+1-1
- src/filter.h+39-45
- src/genome_input_file.h+338
- src/input_file.cpp-417
- src/input_file.h+16-113
- src/input_file_factory.h+49
- src/kmc_input_file.h+137
- src/kmer_db.h+15-3
- src/kmer_db.vcxproj+5
- src/kmer_db.vcxproj.filters+51-11
- src/kmer_extract.h+25-119
- src/loader_ex.cpp+38-23
- src/loader_ex.h+4-2
- src/minhashed_input_file.h+121
- src/params.cpp+92-22
- src/params.h+9-4
- src/prefix_kmer_db.cpp+12-6
- src/prefix_kmer_db.h+2-1
- src/similarity_calculator.cpp+128-1
- src/similarity_calculator.h+4-3
- src/types.h+1-2
- src/version.h+8-2
- test/protein/aa.a2a+102
- test/protein/aa11_diamond.a2a+102
- test/protein/aa12_mmseqs.a2a+102
- test/protein/aa6_dayhoff.a2a+102
- test/protein/aa_100x1000.fasta+200
- test/protein/aa_k7.a2a+102
- test/protein/dna-preserve.a2a+102
- test/protein/dna.a2a+102
- test/protein/dna_100x1000.fasta+200
- test/protein/translate.py+62
- test/run-protein.bat+27
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
Lines changed: 3 additions & 3 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 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments