broadinstitute / pilon

Pilon is an automated genome assembly improvement and variant detection tool
GNU General Public License v2.0
340 stars 60 forks source link

Prevent/force mangling of regions containing CDS #8

Closed mmokrejs closed 7 years ago

mmokrejs commented 8 years ago

Hi, I would like to prevent pilon to fiddle with InDels in my sequence in regions which align to related species transcriptome CDS. In this way, the HSPs obtained by say blastn/blastx have length divisible by three.

So pilon should avoid regions with consensus length exactly same as in this input file: contigname:start-stop.

In contrary, same file could be used to direct pilon to look for InDels in region where consensus length differs. Thank you