Skip to content

Commit

Permalink
fix line indents
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Jan 31, 2024
1 parent f75c854 commit d7ef5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rst/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To construct an ``odgi`` file from a ``GFA`` file, execute:

.. code-block:: bash
wget https://raw.githubusercontent.com/pangenome/odgi/master/test/DRB1-3123.gfa
wget https://raw.githubusercontent.com/pangenome/odgi/master/test/DRB1-3123.gfa
odgi build -g DRB1-3123.gfa -o DRB1-3123.og
The command creates a file called ``DRB1-3123.og``, which contains the input graph in ``odgi`` format.
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/tutorials/sort_layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To construct an ``odgi`` graph from the ``DRB1-3123`` dataset in ``GFA`` format,

.. code-block:: bash
wget https://raw.githubusercontent.com/pangenome/odgi/master/test/DRB1-3123_unsorted.gfa
wget https://raw.githubusercontent.com/pangenome/odgi/master/test/DRB1-3123_unsorted.gfa
odgi build -g DRB1-3123_unsorted.gfa -o DRB1-3123_unsorted.og
The command creates a file called ``DRB1-3123_unsorted.og``, which contains the input graph in ``odgi`` format. This graph contains
Expand Down

0 comments on commit d7ef5c6

Please sign in to comment.