We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054b780 commit 371d225Copy full SHA for 371d225
README.md
@@ -103,7 +103,7 @@ impg query -p alignments.paf -r chr1:1000-2000 --transitive-dfs
103
Partition the alignment into smaller pieces:
104
105
```bash
106
-# Basic partitioning with 1Mb windows (outputs single partitions.bed file)
+# Basic partitioning with 1Mb windows (outputs single partitions.bed file with partition number in 4th column)
107
impg partition -p alignments.paf -w 1000000
108
109
# Output separate files for each partition
0 commit comments