diff options
| author | Arun Isaac | 2026-08-13 22:13:01 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-13 22:13:01 +0100 |
| commit | 439ada732261b76816dddc236ee41cca651a0c14 (patch) | |
| tree | fefe0f4259927008817d1a66e01bba11ff758e87 /doc/domagi-view.dbk | |
| parent | 350ddbf6fc2acbc2b27aa7a4fbc8de491c95fa68 (diff) | |
| download | domagi-439ada732261b76816dddc236ee41cca651a0c14.tar.gz domagi-439ada732261b76816dddc236ee41cca651a0c14.tar.lz domagi-439ada732261b76816dddc236ee41cca651a0c14.zip | |
Add manual.
Diffstat (limited to 'doc/domagi-view.dbk')
| -rw-r--r-- | doc/domagi-view.dbk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/domagi-view.dbk b/doc/domagi-view.dbk new file mode 100644 index 0000000..19bf681 --- /dev/null +++ b/doc/domagi-view.dbk @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:include href="gen-refentry-view.xml" /> + <refsection> + <title>Description</title> + <para>Convert a pangenome in domagi DuckDB database format to other formats. Only GFAv1 is supported at the moment. Nothing is output unless one of the relevant options are specified.</para> + <variablelist> + <title>Options</title> + <xi:include href="input-db-argument.dbk" /> + <varlistentry> + <term><option>-g</option></term> + <term><option>--to-gfa</option></term> + <listitem><para>Write the pangenome to GFAv1 format.</para></listitem> + </varlistentry> + <xi:include href="threads-argument.dbk" /> + <xi:include href="help-option.dbk" /> + </variablelist> + </refsection> +</refentry> |
