# HG changeset patch # User xuebing # Date 1331927956 14400 # Node ID e3c56fd9eb729486e7dbb19038d02859cd4ecb86 # Parent 473f9f288d6ae4183571fcf873810cef85b32046 Deleted selected files diff -r 473f9f288d6a -r e3c56fd9eb72 match.xml --- a/match.xml Fri Mar 16 15:39:27 2012 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ - - find short motif occurrences - match $motif $seq $output $nmismatch $rc $bed > $log - - - - - - - - - - - - - - -**What it does** - -This tool searches occurrences of a short nucleotide seuqences (allowing mismatches) in a set of longer sequences. - -Example motif file:: - - >motif1 - CAGGTAAGT - >motif2 - GTTTGGGGGCC - -Example sequence file:: - - >hg18_chr6_122208322_122209078_+ - CGTCGTAGCTACTAGCTACGTACGTACGTAGCTAGCATGCATGCTACGTA - CGTAGCTAGCTAAAAAAAAAAAAAAACTGCGGCTAGCTAGCTAGCTACGT - CGATCGTAGCTAC... - >hg18_chr6_1208322_122209023_+ - CGATGCTAGCTAGCTAGCTACGTAGCTAGCTAGTCGATGCTAGCTAGCTA - ATGCTAGCTAGC.... - -Output (bed):: - - chr11 72790893 72790902 ACTTAACTG 1 - antisense 5ss,G4T:CAGTTAAGT-rc hg18_chr11_72790846_72791902_+ 47 - chr11 72791880 72791889 CAGGTAAGA 1 + sense 5ss,T9A:CAGGTAAGA hg18_chr11_72790846_72791902_+ 1034 - - -Output (tab):: - - Tmod4 802 5ss:CAGGTAAGT-rc ACTTACCTG - Atp7b 77 5ss:CAGGTAAGT CAGGTAAGT - Fnta 665 5ss:CAGGTAAGT CAGGTAAGT - - - - -