Skip to content

Commit 35aa7e6

Browse files
committed
fix: change fig1
1 parent b36d6a1 commit 35aa7e6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

chaoscoder.jpg

49 KB
Loading

chaoscoder.png

-44.6 KB
Binary file not shown.

paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Written in Rust for performance and reliability, `chaoscoder` is well-suited for
4141

4242
Due to the exponential nature of coordinate growth in iCGR, encoding long sequences (e.g., full genomes) directly is computationally infeasible. To mitigate this, `chaoscoder` implements a block-based iCGR approach. Sequences are partitioned into fixed-size, optionally overlapping segments (e.g., 50–100 nt), each of which is independently encoded using the iCGR algorithm (Figure 1).
4343

44-
![Workflow of block-based iCGR encoding](chaoscoder.png)
44+
![Workflow of block-based iCGR encoding](chaoscoder.jpg)
4545

4646
The result is a scalable encoding strategy that maintains the reversibility and precision of iCGR while enabling genome-scale processing.
4747

0 commit comments

Comments
 (0)