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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ To compile, run these:
16
16
17
17
Quickstart: `./bin/GraphChainer -t 4 -f reads.fastq -g graph.gfa -a out.gam`
18
18
19
-
Parameters inherited from GraphAligner:
20
-
-`-t` Number of threads.
19
+
Key parameters:
20
+
-`-t` Number of threads (optional, default 1).
21
21
-`-f` Input reads. Format .fasta / .fastq / .fasta.gz / .fastq.gz. You can input multiple files with `-f file1 -f file2 ...` or `-f file1 file2 ...`.
22
22
-`-g` Input graph. **This graph must be acyclic**. Format .gfa / .vg.
23
23
-`-a` Output file name. Format .gam or .json.
24
24
25
25
Parameters related to colinear chaining:
26
-
-`--speed <int>`Default 1. Use 2 or 3 (or larger values) if you want GraphChainer to be faster, but sligthly less accurate.
27
-
-`--colinear-split-len <int>`Default 35. The length of the fragments in which the long read is split to create anchors.
28
-
-`--colinear-split-gap <int>`Default 35. The distance between consecutive fragments. If `--speed` is set, then always `--colinear-split-gap = --speed * --colinear-split-len`.
29
-
-`--colinear-gap <int>`Default 10000. When converting an optimal chain of anchors into an alignment path, split the path if the distance between consecutive anchors is greater than this value.
26
+
-`--speed <int>` Use 2 or 3 (or larger values) if you want GraphChainer to be faster, but sligthly less accurate (default 1).
27
+
-`--colinear-split-len <int>` The length of the fragments in which the long read is split to create anchors (default 35).
28
+
-`--colinear-split-gap <int>` The distance between consecutive fragments (default 35). If `--speed` is set, then always `--colinear-split-gap = --speed * --colinear-split-len`.
29
+
-`--colinear-gap <int>` When converting an optimal chain of anchors into an alignment path, split the path if the distance in the graph between consecutive anchors is greater than this value (default 10000).
0 commit comments