Closed snayfach closed 6 months ago
UniquifyAllKmers(9)
should remove all non-unique 9-mers and resolve "more than 15% of your sequence is composed of repeats 9bp or longer", but it's also a very harsh specification to have as a hard constraint. You could also keep UniquifyAllKmers(12)
in your constraints, and add UniquifyAllKmers(9)
as a soft constraint in objectives
.
Worked like a charm. Thank you!
I'm trying to use DnaChisel to perform codon optimization of sequences that will be accepted by Twist for DNA synthesis. However I get an error "high repeat density" and that "more than 15% of your sequence is composed of repeats 9bp or longer". Is there any work-around for this?