bedtools, oc, sensible-editor, azcopy: fix typos and add oc project example (#4822)

This commit is contained in:
siavash
2020-10-24 16:28:11 +03:30
committed by GitHub
parent b174740fb4
commit 71f4635d88
4 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
`bedtools groupby -i {{path/to/file}} -c 1-3,5 -g 6 -o sum`
- Convert bam-formated file to a bed-formated one:
- Convert bam-formatted file to a bed-formatted one:
`bedtools bamtobed -i {{path/to/file}}.bam > {{path/to/file}}.bed`