Skip to content
Snippets Groups Projects
Commit ba2bdb59 authored by Aaron Quinlan's avatar Aaron Quinlan
Browse files

Merge pull request #81 from daler/patch-2

Update quick-start.rst
parents a414c7e2 cbe7e43f
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. ...@@ -42,7 +42,7 @@ find genes that overlap LINEs but not SINEs.
.. code-block:: bash .. code-block:: bash
bedtools intersect -a genes.bed -b LINES.bed | \ 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. 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 ...@@ -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