Skip to content

Commit

Permalink
Merge pull request #26 from JianjunJin/new_search_likelihood
Browse files Browse the repository at this point in the history
Update usage
  • Loading branch information
JianjunJin authored Apr 12, 2024
2 parents fb66929 + 6dbce12 commit 68cb204
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,19 @@ pip install ./Traversome --no-deps
### Command line interface (CLI)

```bash
traversome thorough -g graph.gfa -a align.gaf -o outdir --topo circular --chr all
traversome thorough -g graph.gfa -a align.gaf -o outdir --topo circular --v-comp all
```

Important optional flags to finetune for achieving valid result (high bootstrap support):

```
--min-align-id Threshold for alignment identity, below which the alignment will be discarded. [default: 0.992]
--min-align-len Threshold for alignment length, below which the alignment will be discarded. [default: 5000]
--min-align-counts Threshold for counts per path, below which the alignment(s) of that path will be discarded. [default: auto]
```

Use `traversome thorough -h` to see details for above flags and other flags.

### Interpreting results
```
|-- output_dir
Expand Down

0 comments on commit 68cb204

Please sign in to comment.