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
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,8 +205,6 @@ More parameters are below:
205
205
|`min_mutations`| Set the minimum number of mutations that NEAT should add, per contig. Default is 0. We recommend setting this to at least one for small chromosomes, so NEAT will produce at least one mutation per contig. |
206
206
|`threads`| Number of threads to use. More than 1 will use multi-threading to speed up processing. With `threads > 1`, NEAT splits each contig into chunks; with `threads == 1`, one chunk per contig is used. |
207
207
|`parallel_block_size`| Per-chunk size in bases when `threads > 1`. Default `0` (auto-tune from total genome length and thread count, targeting ~8 chunks per thread). Set to a positive integer to override. Ignored when `threads == 1`. |
208
-
|`cleanup_splits`| If running more than one simulation on the same input fasta, you can reuse splits files. By default, this will be set to `False`, and splits files will be deleted at the end of the run. |
209
-
|`reuse_splits`| If an existing splits file exists in the output folder, it will use those splits, if this value is set to `True`. |
210
208
211
209
The command line options for NEAT are as follows:
212
210
@@ -280,7 +278,6 @@ The inputs in single-threaded, contig-based mode most closely replicate the beha
280
278
The configuration used:
281
279
282
280
-`threads: 1` (NEAT processes one contig per chunk in single-thread mode)
0 commit comments