Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
"chrome" --> "chrom"
  • Loading branch information
VJalili authored Dec 18, 2023
1 parent 270d2c2 commit 464f237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/cli/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 464f237

Please sign in to comment.