Public Attributes | |
quote_method | |
set quote_method to select how characters will be quoted when writing GFF3 file. |
Represents GFF3 attributes.
set quote_method to select how characters will be quoted when writing GFF3 file.
Although the standard tells to use URL quoting, some tools (e.g. genometools) do not unquote them when creating diagrams, which lead to ugly looking text. Posiible values are: re [default] - replace every non-allowed symbol with space url - use url quoting