Skip to content

Commit 3f45cfc

Browse files
committed
edit readme
1 parent 2ab7afe commit 3f45cfc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ The command will make a binary in {repo_root}/target/release/genefuse
1818
target/release/genefuse
1919
```
2020

21-
22-
## Some Modifications to the original
21+
## Notes: Some modifications in this version.
2322
- It can accept **a file having a list of fusion csvs**. If you give it a file like that instead of a single csv, it outputs report files per fusion csv file.
2423
- Parallelized part of `matcher::makeIndex()` method to increase performance.
2524
- Some multi-threading codes were modified to be used in Rust.
2625

2726
## Performance test
2827
```
29-
hg38.fa \
28+
genefuse \
29+
-r hg38.fa \
3030
-f genes/druggable.hg38.csv \
3131
-1 genefuse.R1.fq \
3232
-2 genefuse.R2.fq \
3333
-h report.html \
3434
-j report.json \
3535
-t 4
3636
```
37-
In a tiny test which ran genefuse 10 times with the above options,
38-
This version's speed was about 4.5x faster on my machine. \[Rust:159s, Original:709s\] (WSL2 Ubuntu, Ryzen 5800x).
39-
37+
In a tiny test which ran genefuse 10 times with the above options,
38+
This version's speed was about **4.5x faster** on my machine. \[Rust:159s, Original:709s\] (WSL2 Ubuntu, Ryzen 5800x).
4039

4140

41+
#### For more information about this program, please see [**the original repository**]((https://github.com/OpenGene/GeneFuse)).
4242

4343

4444

0 commit comments

Comments
 (0)