All quoted strings accept certain “escape codes.” These escape codes indicate that SeqNinja should put a tab, a new line, a quotation mark, etc. in the specified location:

Escape Code Effect
^t Inserts a tab.
^n Inserts a line break.
^^ Inserts a caret character (^).
^’ Inserts a single quote into a string that is bracketed by single quotes.
^” Inserts a double quote into a string that is bracketed by double quotes.

Example:

This example, using the Print to Console tool, causes the name of the file, length of the sequence, and the sequence itself to print to the Console panel in a neatly organized manner.

The output in the Console panel is shown below:

Need more help with this?
Contact DNASTAR

Thanks for your feedback.