Skip to content

Commit

Permalink
Delete tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hongduosun committed May 14, 2020
1 parent 0b5a52f commit 26af2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mamotif/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 26af2eb

Please sign in to comment.