bedtools, oc, sensible-editor, azcopy: fix typos and add oc project example (#4822)
This commit is contained in:
@@ -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`
|
||||
|
||||
|
@@ -12,6 +12,10 @@
|
||||
|
||||
`oc new-project {{project_name}}`
|
||||
|
||||
- Switch to an existing project:
|
||||
|
||||
`oc project {{project_name}}`
|
||||
|
||||
- Add a new application to a project:
|
||||
|
||||
`oc new-app {{repo_url}} --name {{application}}`
|
||||
|
Reference in New Issue
Block a user