Skip to content

Commit 370ee7d

Browse files
authored
Fix formatting for command line options in embedding.rst
1 parent 893d9d8 commit 370ee7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/embedding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Embedding in Datavzrd
1616
`Datavzrd <https://datavzrd.github.io>`_ allows embedding Vega-Lite plots via its `render-plot` keyword.
1717
This enables embedding one or more Alignoth plots directly into a Datavzrd report.
1818
These views (e.g. per variant or gene of interest) can be linked to an overview table via Datavzrd's `linking feature <https://datavzrd.github.io/docs/configuration.html#links>`_.
19-
Technically embedding the alignment views can be achieved by calling Alignoth asking for a tsv formatted output using `-f tsv` and an output directory `-o output/` for the datasets and Vega-Lite spec files like this:
19+
Technically embedding the alignment views can be achieved by calling Alignoth asking for a tsv formatted output using ``-f tsv`` and an output directory ``-o output/`` for the datasets and Vega-Lite spec files like this:
2020

2121
.. code-block:: bash
2222

0 commit comments

Comments
 (0)