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-crush.dbk | |
| parent | 350ddbf6fc2acbc2b27aa7a4fbc8de491c95fa68 (diff) | |
| download | domagi-439ada732261b76816dddc236ee41cca651a0c14.tar.gz domagi-439ada732261b76816dddc236ee41cca651a0c14.tar.lz domagi-439ada732261b76816dddc236ee41cca651a0c14.zip | |
Add manual.
Diffstat (limited to 'doc/domagi-crush.dbk')
| -rw-r--r-- | doc/domagi-crush.dbk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/domagi-crush.dbk b/doc/domagi-crush.dbk new file mode 100644 index 0000000..db958bb --- /dev/null +++ b/doc/domagi-crush.dbk @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <xi:include href="gen-refentry-crush.xml" /> + <refsection> + <title>Description</title> + <para>Replace runs of Ns with single <literal>N</literal>s (for example, <literal>ANNNT</literal> becomes <literal>ANT</literal>). Similar to <link xlink:href="https://www.ncbi.nlm.nih.gov/genbank/fastaformat/">the FASTA format</link>, the symbol <literal>N</literal> is used to represent ambiguous or unknown nucleotides.</para> + <variablelist> + <title>Options</title> + <xi:include href="input-db-argument.dbk" /> + <xi:include href="output-db-argument.dbk" /> + <xi:include href="threads-argument.dbk" /> + <xi:include href="help-option.dbk" /> + </variablelist> + </refsection> +</refentry> |
