Skip to content

Commit 371d225

Browse files
docs: update README to clarify output format for partition command
1 parent 054b780 commit 371d225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impg query -p alignments.paf -r chr1:1000-2000 --transitive-dfs
103103
Partition the alignment into smaller pieces:
104104

105105
```bash
106-
# Basic partitioning with 1Mb windows (outputs single partitions.bed file)
106+
# Basic partitioning with 1Mb windows (outputs single partitions.bed file with partition number in 4th column)
107107
impg partition -p alignments.paf -w 1000000
108108

109109
# Output separate files for each partition

0 commit comments

Comments
 (0)