bcgsc / ntEdit

✏️ Genome assembly polishing & SNV detection
GNU General Public License v3.0
64 stars 9 forks source link

adding a --target option to partially polishing a genome #13

Closed chklopp closed 4 years ago

chklopp commented 4 years ago

I order to run ntEdit in parallel on multiple cluster nodes could you add a --target option similar to the one found in pilon.

pilon options

--targets targetlist Only process the specified target(s). Targets are comma-separated, and each target is a fasta element name optionally followed by a base range. Example: "scaffold00001,scaffold00002:10000-20000" would result in processing all of scaffold00001 and coordinates 10000-20000 of scaffold00002. If "targetlist" is the name of a file, each line will be treated as a target specification.

warrenlr commented 4 years ago

thank you for the request.

not too sure what would be the advantage of targeted polishing since whole genome sequences can be polished quite fast without the need for embarrassingly parallel methods (ntedit employs thread-level parallelism).