about summary refs log tree commit diff
path: root/doc/domagi-stats.dbk
blob: 5b9d6209eb241e781c9ec59e5ff2c9d26b5f3824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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-stats.xml" />
  <refsection>
    <title>Description</title>
    <para>Compute variation graph statistics. Among other metrics, it can compute the number nodes, the number of edges, the number of paths and the total nucleotide length of the graph.</para>
    <variablelist>
      <title>Options</title>
      <xi:include href="input-db-argument.dbk" />
      <varlistentry>
        <term><option>-S</option></term>
        <term><option>--summarize</option></term>
        <listitem><para>Summarize the graph properties. Output is printed in a five-column tab-delimited format with the following columnsthe number of nucleotides, the number of segments, the number of links, the number of paths, and the number of steps. The number of nucleotides is the total number across all segments of the graph. The number of steps is the total number of segments traversed by all paths in the pangenome. Segments that are traversed more than once are counted multiple times.</para></listitem>
      </varlistentry>
      <xi:include href="threads-argument.dbk" />
      <xi:include href="help-option.dbk" />
    </variablelist>
  </refsection>
</refentry>