Skip to content

Commit

Permalink
+ new cmdline options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pombert-JF committed May 16, 2024
1 parent b3826a2 commit 845ecc4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Examples/commands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,18 @@
### Minimum contig size (in bp) [Default: 1]; i.e. investigates all contigs
--minsize 1

### Exclude contigs with names matching the regular expression(s); e.g. --exclude
# --exclude '^AUX'

### Specify genome alignment tool: minimap or mashmap [Default: minimap]
--aligner minimap

### Specify minimap2 max divergence preset (--asm 5, 10 or 20) [Default: off]
# --asm 20

### Specify mashmap percentage identity [Default: 85]
--mpid 85

### Resume minimap2 computations (skip completed alignments)
# --resume

Expand Down

0 comments on commit 845ecc4

Please sign in to comment.