From 7073a33ef30647ed857b2dfbb9a948ed63bad7dd Mon Sep 17 00:00:00 2001 From: Annika Fust Date: Tue, 20 Jun 2017 13:34:53 +0200 Subject: [PATCH] updated show.attributes notation --- docs_rst/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_rst/config.rst b/docs_rst/config.rst index 9c81abf..30c783a 100644 --- a/docs_rst/config.rst +++ b/docs_rst/config.rst @@ -88,7 +88,7 @@ Each query can specify the following keys: ``'none'``: Internals key is turned off. The ``'distance'`` key is active. - Allowed values are one of ``'none', 'center', or 'any'.`` + Allowed values are one of ``'none', 'center', 'any'.`` Furthermore, ``'T', 'True', 'Y', 'Yes'`` are allowed and will be treated as ``'center'``, @@ -116,7 +116,7 @@ Each query can specify the following keys: - **show.attributes**: A list of attributes found in the 9th column of the GTF file which should appear in the final output tables. - If non existent attributes are specified, annotated peaks will display ``'not.found'`` for those attributes. + If non existent attributes are specified, annotated peaks will display ``'NA'`` for those attributes. Default: ``'None'``