Skip to content

Commit

Permalink
usage updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bpucker authored Jan 31, 2021
1 parent bfff37b commit 9d75155
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ Optional:

`--rounds` specifies the number of extension rounds to perform. The number of required rounds can be estimated based on the read length distribution and the expected gap size. When ONT long reads are used, 10 rounds might be sufficient to cover 1 Mbp. Default value: 5.

`--block` .
`--block` species the length of the query block used to find the next read (unit is basepairs). It is important to note that `--lencut` must always be smaller than `--block` to find overlaps. Default: 2000.

`--direction` .
`--direction` specifies if the gap is located upstream or downstream of the given sequence. Default is extension towards downstream (down).

`--simcut` .
`--simcut` specifies the minimal similarity of BLAST hits to be considered for the extension. This value must be smaller than the accuracy of the reads. Latest improvements in basecalling software might allow to increase this value up to 90%. Default: 80%.

`--lencut` .
`--lencut` specifies the minimal alignment length of BLAST hits to be considered for the extension. This parameter should not be used for stringent filtering, because BLAST was developed to find local alignments. Therefore, it is likely that the best match will not cover the entire query in one block. Default: 500bp.

`--threads` .
`--threads` specifies the number of threads used for the BLAST search. This step determines the run time and is repeated in each round. Default: 8 CPUs.



Expand Down

0 comments on commit 9d75155

Please sign in to comment.