5 files changed
+154
-104
lines changedDiff for: gfalibs
- Makefile+2-2
- fibonacci-heap.h-273
- include/MinScan.h+86
- include/bit-packing.h+597
- include/fastx.h+1-1
- include/fibonacci-heap.h+2-1
- include/functions.h+5
- include/global.h+1
- include/kmer.h+416-396
- include/struct.h+57-1
- include/threadpool.h+64-61
- src/MinScan.cpp+937
- src/gfa.cpp+7-5
- src/input-gfa.cpp-133
- src/output.cpp+15-10
Diff for: include/input.h
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Diff for: src/input.cpp
+5-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
| 54 | + | |
56 | 55 |
| |
57 | 56 |
| |
58 |
| - | |
| 57 | + | |
59 | 58 |
| |
60 | 59 |
| |
61 |
| - | |
| 60 | + | |
62 | 61 |
| |
63 | 62 |
| |
64 |
| - | |
| 63 | + | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
|
0 commit comments