From 26af2eb39e1f125c6726310a29fa5f8d911599eb Mon Sep 17 00:00:00 2001 From: haydensun Date: Fri, 15 May 2020 00:14:10 +0800 Subject: [PATCH] Delete tab --- mamotif/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mamotif/io.py b/mamotif/io.py index 99a1289..f1a4c3d 100644 --- a/mamotif/io.py +++ b/mamotif/io.py @@ -18,7 +18,7 @@ def write_mamotif_results(path, results, correction): "T-test Statistic", "T-test P value (right-tailed)", f"T-test P value By {correction_str} correction", "RankSum-test Statistic", "RankSum-test P value (right-tailed)", - f"RankSum-test P value By {correction_str} correction\t", + f"RankSum-test P value By {correction_str} correction", "Maximal corrected P value\n"] header = '\t'.join(columns) results.sort(key=lambda x: x.padj)