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

Update quick-start.rst

-v on 3rd example too
parent a414c7e2
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ find genes that overlap LINEs but not SINEs.
.. code-block:: bash
bedtools intersect -a genes.bed -b LINES.bed | \
bedtools intersect -a stdin -b SINEs.bed
bedtools intersect -a stdin -b SINEs.bed -v
Find the closest ALU to each gene.
......@@ -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