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
|`**-i, --input**`| FASTA file with the sequence to polish | None |
64
+
|`**-g, --genome**`| FASTA file with the reference | None |
65
+
|` -h, --help`| show the help message | None |
66
+
|`-t, --threads`| number of threads to use in the multiple alignement with `MAFFT`| 1 |
67
+
|`-o, --output`| output directory | ./ |
68
+
|`-min, --min_length`| Minmum length for `blastn` hits that will be recovered in the genome. If the option is set to 0, the program will use the half of the length of the TE as minimum length, else it will use the provided value | 0 |
69
+
|`-f, --flank`| Number of bases to extract at the flanking regions (5' and 3') of the hits | 1000pb |
70
+
|`-e, --evalue`| e-value threshold for the `blastn`| 1e-20 |
71
+
|`-l, --limit`| Maximum number of hits to take in account for the alignment. If the number of hits is less then this limit, the subsample is skipped. | 100 |
72
+
|`-k, --keep_longest`| Keep the \<k> % longest sequences among the `blastn` hits | 0.25 |
73
+
|`-ins, --max_ins_size`| Remove an insertion from the MSA if its size is less than \<ins> (range:[200-1000]) | 200 |
74
+
|`-m, --mode`| Speed mode. fast and less accurate (max 10 iterations) or slow and more accurate (max 100 iterations). When the maximum number of iteration is reached, the program is interrupted and it returns any sequence | fast |
75
+
|`-c, --min_cov`| Minimum coverage on boundaries to perform the extension | 3 |
0 commit comments