Feature finder with features to annotate sequences
I created for the Friendzymes project a feature to find some patterns in a given sequence creating for this the finder subpackage. It has some function to find repetitions and global repetitions, forbidden sequences match sequences to find sequences with customized text annotations.
One of the main usages are receiving a Genbank file from benching, pass through the finder, and using AddMatchesToSequence to update GenBank file the founds sequence in an annotation format where DNA designer could reimport to benching and see points to review.
PR #189 it's necessary for this feature, so I highly recommend first review and merge the other PR.
@isaacguerreir want to review this after the holidays?