From 107fabadd061ea1cbf2f3ec330c4277fed58284c Mon Sep 17 00:00:00 2001 From: Yunhai Luo Date: Fri, 23 Aug 2019 18:48:20 -0700 Subject: [PATCH] Fix README rst table (#101) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 213affb..c84e90b 100644 --- a/README.rst +++ b/README.rst @@ -251,7 +251,7 @@ Advanced usage with XenaDataset and its subclasses +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | raws2matrix | Used by the ``transform`` method and responsible for both merging multiple GDC raw data into one Xena matrix and processing new Xena matrix as needed. | ``callable``: takes only 1 list of ``read_raw`` returns as its argument and returns an object (usually a pandas DataFrame) which has a ``to_csv`` method for saving as a file. | Check `GDC genomic transform settings`_ for details | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | metadata_template | Used by the ``metadata`` method for rendering metadata by Jinja2. | ``jinja2.environment.Template`` or ``str``: a ``jinja2.environment.Template`` used directly by Jinja2; if it's a string, it is a path to the template file which will be silently read and converted to ``jinja2.environment.Template``. | `Resources `_ | + | metadata_template | Used by the ``metadata`` method for rendering metadata by Jinja2. | ``jinja2.environment.Template`` or ``str``: a ``jinja2.environment.Template`` used directly by Jinja2; if it's a string, it is a path to the template file which will be silently read and converted to ``jinja2.environment.Template``. | `Resources `_ | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | metadata_vars | Used by the ``metadata`` method for rendering metadata by Jinja2. | ``dict``: used directly by Jinja2 which should match variables in ``metadata_template``. | :: | | | | | |