The service reads a DNA sequence and outputs the transcribed RNA sequence.

Input ports
- dna_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
- rna_seq - A string containing the transcribed RNA sequence corresponding to the dna_seq.
Examples
An example workflow can be found on myExperiment![]()