Skip to content
Snippets Groups Projects
Commit 2aa53ad1 authored by arq5x's avatar arq5x
Browse files

[DOC] typo

parent 4356ace7
No related branches found
No related tags found
No related merge requests found
......@@ -751,7 +751,7 @@ We can now compare query.bed to all three database files at once.:
chr3 110 120
chr3 105 115
Clearly this is completely informative because we cannot tell from which file each intersection came. However, if we use `-wa` and `-wb`, this becomes abundantly clear. When these options are used, the first column after the complete `-a` record lists the file number from which the overlap came. The number corresponds to the order in which the files were given on the command line.
Clearly this is not completely informative because we cannot tell from which file each intersection came. However, if we use `-wa` and `-wb`, this becomes abundantly clear. When these options are used, the first column after the complete `-a` record lists the file number from which the overlap came. The number corresponds to the order in which the files were given on the command line.
.. code-block:: bash
......
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