From 464f237bd89b71b18c8aa1a5bb11a698fb8b3cbf Mon Sep 17 00:00:00 2001 From: Vahid Date: Mon, 18 Dec 2023 12:05:36 -0500 Subject: [PATCH] Fix typo in documentation. "chrome" --> "chrom" --- website/docs/cli/input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/input.md b/website/docs/cli/input.md index 25a5b7b2..e328b9da 100644 --- a/website/docs/cli/input.md +++ b/website/docs/cli/input.md @@ -8,7 +8,7 @@ each containing enriched regions (aka peaks) called with a permissive p-value th By default, the columns of the BED files should comply the following field order: -| Chrome | Start | End | Name | Value | +| Chrom | Start | End | Name | Value | |--------|--------|-----|------|-------| The p-value needs to be in `-Log10(p-value)` format. More columns @@ -18,7 +18,7 @@ can be present, but they will not be parsed. For instance: ``` -chrome start end name value +chrom start end name value chr1 1000 2000 peak_1 11 chr1 3000 4000 peak_2 22 chr1 5000 6000 peak_3 33