aboutsummaryrefslogtreecommitdiff
path: root/doc/tools.xml
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-06 11:43:19 +1100
committerJustin Bedo <cu@cua0.org>2019-03-06 11:43:19 +1100
commita86ef4eda927c47791dc0c25852c13ea622f809b (patch)
treee4604cde726ee8d078bb4f62f331ac0f1c256360 /doc/tools.xml
parente81641608ffd0b08b8da0d1bf0546bc92d3b4088 (diff)
draft API docs for BWA and strelka
Diffstat (limited to 'doc/tools.xml')
-rw-r--r--doc/tools.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tools.xml b/doc/tools.xml
new file mode 100644
index 0000000..f23dfeb
--- /dev/null
+++ b/doc/tools.xml
@@ -0,0 +1,14 @@
+<book xmlns="http://docbook.org/ns/docbook"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <info>
+ <title>Bionix</title>
+ </info>
+ <section xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xml:id="sec-tools">
+ <title>Tools</title>
+ <xi:include href="bwa.xml" />
+ <xi:include href="strelka.xml" />
+ </section>
+</book>