Skip to content
Snippets Groups Projects
Commit ff3da230 authored by Bienchen's avatar Bienchen
Browse files

Fixing BZDNG-365, wrote in the documentation what is really happening, even if we don't like it.

parent d7c8e435
No related branches found
No related tags found
No related merge requests found
......@@ -65,14 +65,16 @@ The SequenceHandle
.. function:: CreateSequence(name, sequence)
Create a new :class:`SequenceHandle` with the given name and sequence.
:param name: name of the sequence
:type name: str
:param sequence: String of characters representing the sequence. Only
alphanumerical characters and '-' are allowed.
'word' characters (no digits), '?', '-' and '.' are allowed. In an
upcoming release, '?' and '.' will also be forbidden so its best to
translate those to 'X' or '-'.
:type sequence: str
:raises InvalidSequence: When the sequence string contains forbidden
characters, that is anything that is not alphanumeric or a hyphen.
characters. In the future, '?' and '.' will also raise this exception.
.. class:: SequenceHandle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment