aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-06 13:31:04 +1100
committerJustin Bedo <cu@cua0.org>2019-03-06 13:33:16 +1100
commit8fa9b007544a37b2674a2eb87978652e14fbd2b3 (patch)
treed5daf712130853d1c1eaa3c000dadbd1eca483a8 /doc
parentabb7760edbc301256db6fc50b5fd475175bd7606 (diff)
api docs: init facets
Diffstat (limited to 'doc')
-rw-r--r--doc/tools-doc.nix1
-rw-r--r--doc/tools.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/tools-doc.nix b/doc/tools-doc.nix
index a27cde9..5ee8e22 100644
--- a/doc/tools-doc.nix
+++ b/doc/tools-doc.nix
@@ -28,6 +28,7 @@ stage {
docgen bowtie 'Bowtie aligner'
docgen bwa 'BWA aligner'
docgen cnvkit 'CNVkit CNV caller'
+ docgen facets 'Facets CNV caller'
docgen strelka 'Strelka2 variant caller'
mkdir $out
diff --git a/doc/tools.xml b/doc/tools.xml
index 8eb69ce..33a053b 100644
--- a/doc/tools.xml
+++ b/doc/tools.xml
@@ -12,6 +12,7 @@
<xi:include href="bowtie.xml" />
<xi:include href="bwa.xml" />
<xi:include href="cnvkit.xml" />
+ <xi:include href="facets.xml" />
<xi:include href="strelka.xml" />
</section>
</book>