diff options
Diffstat (limited to 'academic/trfind/README')
-rw-r--r-- | academic/trfind/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/trfind/README b/academic/trfind/README new file mode 100644 index 0000000000000..000e646a2d146 --- /dev/null +++ b/academic/trfind/README @@ -0,0 +1,17 @@ +Tandem repeats finder: a program to analyze DNA sequences + +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. + +Example usage: +trf hg38.fasta 2 5 7 80 10 50 2000 -l 6 + +LICENSE: +Please read the License Terms before downloading: +https://tandem.bu.edu/trf/trf.license.html + +Please cite: +G. Benson "Tandem repeats finder: a program to analyze DNA sequences" +Nucleic Acids Research (1999) Vol. 27, No. 2, pp. 573-580. |