Skip to content
Snippets Groups Projects
Commit 6cd1f223 authored by Ryan Dale's avatar Ryan Dale
Browse files

Update quick-start.rst

add -v to example
parent a414c7e2
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Report those entries in A that overlap NO entries in B. Like "grep -v" ...@@ -33,7 +33,7 @@ Report those entries in A that overlap NO entries in B. Like "grep -v"
.. code-block:: bash .. code-block:: bash
bedtools intersect -a reads.bed -b genes.bed bedtools intersect -a reads.bed -b genes.bed -v
Read BED A from STDIN. Useful for stringing together commands. For example, Read BED A from STDIN. Useful for stringing together commands. For example,
...@@ -70,4 +70,4 @@ Merge nearby repetitive elements into a single entry, so long as they are within ...@@ -70,4 +70,4 @@ Merge nearby repetitive elements into a single entry, so long as they are within
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment