SATFIND

Define input parameters:
Define ouput parameters:
1: Genome file in multifasta format.To print accepted clusters, select one of the following options:
2: First contig selected (0 means all).      0: not print anything
3: Last contig selected (if the first is nonzero)      1: print the list of accepted clusters.
4: Minimum number of repeats of the pattern into a cluster.      2: print the list of accepted clusters with a representative repeat in fasta format.
5: Minimum length of the cluster      3: print the list of accepted clusters with all repeats.
6: Length of the pattern.      4: print the list of accepted clusters with only the selected repeats.
With these parameters the program searches for the clusters. After that, each pattern determines a repeat that starts with the pattern and ends before the next pattern (The patterns into the cluster can be find with errors). These repeats are grouped according to its length, and consecutive lengths are grouped into intervals of width ...To print rejected clusters select one of the following options:
7: Width of the interval.      0: not print anything.
Now we check if there is an interval with enough number of repeats according to this parameters:      1: print the list of rejected clusters.
8: Minimum percentage (1..100) of repeats.      2: print the list of rejected clusters with all repeats.
9: Minimum number of repeats.The repeats can be aligned and the concensus sequence can be printed:
Now we have for each cluster a selected set of repeats. We can select those clusters according to the length of the repeats:To print aligned repeats of a cluster select one of the following options:
10: Minimum length of the repeats (0 no matter).      0: Do not align the repeats.
11: Maximum length of the repeats. (0 no matter)      1: Print the concesus of all repeats.
The repeats can be aligned with the following parameters:      2: Print the concesus of selected repeats.
     Match value.     3: Print the alignment of all repeats.
     Mismatch penalty.       4: Print the alignment of selected repeats.
     Gap openning penalty.
     Gap extension penalty.
     Gap extrem penalty.