Author: Martin Asser Hansen - Copyright (C) - All rights reserved Contact: mail@maasha.dk Date: August 2007 License: GNU General Public License version 2 (http://www.gnu.org/copyleft/gpl.html) Description: Transliterate chars from sequences in stream. Usage: ... | $script [options] Options: [-s | --search=] - String of chars to locate and replace Options: [-r | --replace=] - String of chars for replacing Options: [-d | --delete=] - String of chars to delete Options: [-I | --stream_in=] - Read input from stream file - Default=STDIN Options: [-O | --stream_out=] - Write output to stream file - Default=STDOUT Examples: ... | $script -s Uu -r Tt - Replacing u with t as in converting RNA to DNA. Examples: ... | $script -d '.~-' - Removing indels. Keys in: SEQ - Sequence.