Skip to content
Snippets Groups Projects
Commit 7ff5a929 authored by Aaron's avatar Aaron
Browse files

[DOC] prefer :doc: directive for internal links

parent 74c5764a
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,11 @@ with both BED/GFF/VCF and BAM files as input. ...@@ -25,7 +25,11 @@ with both BED/GFF/VCF and BAM files as input.
for BED files) and then use the ``-sorted`` option. This invokes a for BED files) and then use the ``-sorted`` option. This invokes a
memory-efficient algorithm designed for large files. memory-efficient algorithm designed for large files.
.. seealso::
:doc:`../tools/subtract`
:doc:`../tools/window`
=============================== ===============================
Usage and option summary Usage and option summary
=============================== ===============================
...@@ -38,8 +42,9 @@ Usage and option summary ...@@ -38,8 +42,9 @@ Usage and option summary
:: ::
intersectBed [OPTIONS] [-a|-abam] -b <BED/GFF/VCF> intersectBed [OPTIONS] [-a|-abam] -b <BED/GFF/VCF>
=========================== ========================================================================================================================================================= =========================== =========================================================================================================================================================
Option Description Option Description
...@@ -73,8 +78,6 @@ Default behavior ...@@ -73,8 +78,6 @@ Default behavior
By default, if an overlap is found, ``bedtools intersect`` reports the shared interval between the two By default, if an overlap is found, ``bedtools intersect`` reports the shared interval between the two
overlapping features. overlapping features.
For example:
.. code-block:: bash .. code-block:: bash
$ cat A.bed $ cat A.bed
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
| |
.. image:: ../images/tool-glyphs/intersect-glyph.png .. image:: ../images/tool-glyphs/slop-glyph.png
:width: 600pt :width: 600pt
| |
...@@ -31,6 +31,7 @@ Usage and option summary ...@@ -31,6 +31,7 @@ Usage and option summary
bedtools slop [OPTIONS] -i <BED/GFF/VCF> -g <GENOME> [-b or (-l and -r)] bedtools slop [OPTIONS] -i <BED/GFF/VCF> -g <GENOME> [-b or (-l and -r)]
**(or):** **(or):**
::
bedtools slop [OPTIONS] -i <BED/GFF/VCF> -g <GENOME> [-b or (-l and -r)] bedtools slop [OPTIONS] -i <BED/GFF/VCF> -g <GENOME> [-b or (-l and -r)]
...@@ -41,8 +42,8 @@ Usage and option summary ...@@ -41,8 +42,8 @@ Usage and option summary
**-l** The number of base pairs to subtract from the start coordinate. *Integer*. **-l** The number of base pairs to subtract from the start coordinate. *Integer*.
**-r** The number of base pairs to add to the end coordinate. *Integer*. **-r** The number of base pairs to add to the end coordinate. *Integer*.
**-s** Define -l and -r based on strand. For example. if used, -l 500 for a negative-stranded feature, it will add 500 bp to the *end* coordinate. **-s** Define -l and -r based on strand. For example. if used, -l 500 for a negative-stranded feature, it will add 500 bp to the *end* coordinate.
**-pct** **-pct** Define -l and -r as a fraction of the feature's length. E.g. if used on a 1000bp feature, -l 0.50, will add 500 bp "upstream". Default = false.
**-header** **-header** Print the header from the input file prior to results.
=========================== =============================================================================================================================================================================================================== =========================== ===============================================================================================================================================================================================================
......
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