From 8f85b369502bbfb91b1de11679d094935923de85 Mon Sep 17 00:00:00 2001 From: hanna julienne <hanna.julienne@pasteur.fr> Date: Thu, 28 Nov 2019 18:19:06 +0100 Subject: [PATCH] fix table --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 0f6b594..dd1bb93 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -40,7 +40,7 @@ The QC and preprocessing step goes as follow: +-------+-----------+--------+----+----+-----+-----+ | chrom | rsID | pos | A0 | A1 | Z | P | +-------+-----------+--------+----+----+-----+-----+ -| 1 | rs4075116 |1003629 | C | T | 0.3 | 0.76| +| 1 | rs4075116 |1003629 | C | T | 0.3 | 0.76| +-------+-----------+--------+----+----+-----+-----+ -- GitLab