# HG changeset patch # User bgruening # Date 1426846890 14400 # Node ID 97ecd7154f6b6c0ed956bceb7098a40d5ed8de81 # Parent 424b0639008438aec051f763879283c09b881299 Uploaded diff -r 424b06390084 -r 97ecd7154f6b find_subsequences.xml --- a/find_subsequences.xml Fri Mar 20 06:05:15 2015 -0400 +++ b/find_subsequences.xml Fri Mar 20 06:21:30 2015 -0400 @@ -1,4 +1,4 @@ - + providing regions in BED format biopython @@ -17,7 +17,7 @@ ]]> - @@ -248,11 +248,6 @@ - - - - - @@ -282,10 +277,9 @@ **What it does** -Searches for a subsequence in a larger sequence. For example to get all restriction enzymes for BamHI. +Searches for a subsequence in a larger nucleotide sequence. For example to get all restriction enzymes for BamHI. -If you are searching in a DNA sequence you can use ambiguous values using the standard -`nucleotide ambiguity code `_. +You can use ambiguous values using the standard `nucleotide ambiguity code `_. This tool is searching on both strands.