# HG changeset patch # User malex # Date 1322673490 18000 # Node ID 7676570eb676bd458834c070094a9aa2a340f5dd Uploaded the config file diff -r 000000000000 -r 7676570eb676 trf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trf.xml Wed Nov 30 12:18:10 2011 -0500 @@ -0,0 +1,119 @@ + + Detect tandem repeats that have undergone extensive mutational change + trf_wrapper.py + $input1 $match $mismatch $delta $mprobability $iprobability $minscore + $maxperiod $masked $flanking $noredundancy -o $outputdat -k $outputmask -t + $report -i $indices + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + masked is True + + + + + + + + + + + + + + + + + + + + +.. class:: warningmark + +The input dataset needs to be in FASTA format. + +----- + + Tandem Repeats Finder, Version 4.04 + + Copyright (C) Dr. Gary Benson 1999-2004. All rights reserved. + + + Please cite: + +G. Benson, "Tandem repeats finder: a program to analyze DNA sequences" Nucleic Acids Research (1999) Vol. 27, No. 2, pp. 573-580. + + +A tandem repeat in DNA is two or more adjacent, approximate copies of a pattern +of nucleotides. Tandem Repeats Finder is a program to locate and display tandem +repeats in DNA sequences. In order to use the program, the user submits a +sequence in FASTA format. There is no need to specify the pattern, the size of +the pattern or any other parameter. The output consists of two files: a repeat +table file and an alignment file. The repeat table contains information about +each repeat, including its location, size, number of copies and nucleotide +content. Clicking on the location indices for one of the table entries opens a +second web browser that shows an alignment of the copies against a consensus +pattern. The program is very fast, analyzing sequences on the order of .5Mb in +just a few seconds. Submitted sequences may be of arbitrary length. Repeats +with pattern size in the range from 1 to 2000 bases are detected. + + +