Skip to content

Commit 5e4c24a

Browse files
Update README.md
1 parent caac154 commit 5e4c24a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ To compile, run these:
1616

1717
Quickstart: `./bin/GraphChainer -t 4 -f reads.fastq -g graph.gfa -a out.gam`
1818

19-
Parameters inherited from GraphAligner:
20-
- `-t` Number of threads.
19+
Key parameters:
20+
- `-t` Number of threads (optional, default 1).
2121
- `-f` Input reads. Format .fasta / .fastq / .fasta.gz / .fastq.gz. You can input multiple files with `-f file1 -f file2 ...` or `-f file1 file2 ...`.
2222
- `-g` Input graph. **This graph must be acyclic**. Format .gfa / .vg.
2323
- `-a` Output file name. Format .gam or .json.
2424

2525
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).
3030

3131
### Constructing an (acyclic) variation graph
3232

0 commit comments

Comments
 (0)