bedtools: use imperative mood (#21989)

This commit is contained in:
Managor
2026-04-11 22:52:25 +03:00
committed by GitHub
parent 548f41c704
commit 547bb84587
+1 -1
View File
@@ -12,7 +12,7 @@
`bedtools intersect -a {{path/to/file1}} -b {{path/to/file2}} -loj > {{path/to/output_file}}`
- Using more efficient algorithm to intersect two pre-sorted files:
- Use a more efficient algorithm to intersect two pre-sorted files:
`bedtools intersect -a {{path/to/file1}} -b {{path/to/file2}} -sorted > {{path/to/output_file}}`