The service reads a DNA sequence and outputs its reversed complement sequence.

Input ports
- raw_seq - A string containing a DNA sequence in raw format i.e. just the letters of the sequence. This is a mandatory parameter.
Output ports
- rev_seq - A string containing the reverse complement of the DNA sequence in dna_seq.
Examples
An example workflow can be found on myExperiment![]()