# HG changeset patch # User xuebing # Date 1333244660 14400 # Node ID c7659d44142a5e21276bd6309cc63edce8f951f6 Uploaded diff -r 000000000000 -r c7659d44142a revcompl.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/revcompl.xml Sat Mar 31 21:44:20 2012 -0400 @@ -0,0 +1,41 @@ + + of DNA/RNA sequences + revcompl.py $input $output $fasta $rna + + + + + + + + + + +**What it does** + +This tool outputs reverse complementary of DNA/RNA sequences in the input file. The input can be fasta format or raw sequences (each line is a sequence). + +Degenerate nucleotides are supported. Here is the match table: + +A to T/U + +C to G + +G to C + +T/U to A + +M to K + +W to W + +S to S + +R to Y + +Y to R + +N to N + + +