Skip to content

Commit

Permalink
sort layout power up
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Jan 31, 2024
1 parent 1e12685 commit f75c854
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified docs/img/DRB1-3123_sorting_layouting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Core Functionalities
:target: rst/tutorials/extract_selected_loci.html

.. |sorting_layouting| image:: img/DRB1-3123_sorting_layouting.png
:target: rst/tutorials/sorting_layouting.html
:target: rst/tutorials/sort_layout.html

.. |navigating_and_annotating_graphs| image:: img/nav_welcome.png
:target: rst/tutorials/navigating_and_annotating_graphs.html
Expand Down
6 changes: 3 additions & 3 deletions docs/rst/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ version 1 (`GFAv1 <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8006571/#FN8>`_)
Build graph from GFA
----------------------------

Assuming that your current working directory is the root of the ``odgi`` project, to construct an ``odgi`` file from a
``GFA`` file, execute:
To construct an ``odgi`` file from a ``GFA`` file, execute:

.. code-block:: bash
odgi build -g test/DRB1-3123.gfa -o DRB1-3123.og
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
6 changes: 3 additions & 3 deletions docs/rst/tutorials/sort_layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ to take a look at the calculated layout using static and interactive tools.
Build the unsorted DRB1-3123 graph
----------------------------------

Assuming that your current working directory is the root of the ``odgi`` project, to construct an ``odgi`` graph from the
``DRB1-3123`` dataset in ``GFA`` format, execute:
To construct an ``odgi`` graph from the ``DRB1-3123`` dataset in ``GFA`` format, execute:

.. code-block:: bash
odgi build -g test/DRB1-3123_unsorted.gfa -o DRB1-3123_unsorted.og
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
12 ALT sequences of the `HLA-DRB1 gene <https://www.ncbi.nlm.nih.gov/gene/3123>`_ from the GRCh38 reference genome.
Expand Down

0 comments on commit f75c854

Please sign in to comment.