mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
bedtools: use imperative mood (#21989)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user