You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using crossbeam and standard library threading, we can multi thread alignments sharing the same references to the index.
4
-
Small example files are provided,
3
+
Using crossbeam and standard library threading, we can multi thread alignments sharing the same references to the index. Small example files are provided.
4
+
5
+
## Running
6
+
Make sure you have [Rustup](https://rustup.rs/) installed.
7
+
8
+
Git clone the whole repo and go to the fakeminimap2 directory.
9
+
```
10
+
cargo run --release <TARGET-FASTA> <QUERY-FASTA> <NUM THREADS>
11
+
```
12
+
13
+
Such as
14
+
```
15
+
cargo run --release Arabidopsis.fna reads.fasta 64
0 commit comments