aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-06 13:28:41 +1100
committerJustin Bedo <cu@cua0.org>2019-03-06 13:33:16 +1100
commitabb7760edbc301256db6fc50b5fd475175bd7606 (patch)
treee370320aa11919ac87a4b276224d6f9ac687148f /doc
parentbe9238d8266682925ae4ad4d291621c03ac38dfd (diff)
api docs: init CNVkit
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 b79f69c..a27cde9 100644
--- a/doc/tools-doc.nix
+++ b/doc/tools-doc.nix
@@ -27,6 +27,7 @@ stage {
docgen ascat 'ascatNGS CNV caller'
docgen bowtie 'Bowtie aligner'
docgen bwa 'BWA aligner'
+ docgen cnvkit 'CNVkit CNV caller'
docgen strelka 'Strelka2 variant caller'
mkdir $out
diff --git a/doc/tools.xml b/doc/tools.xml
index 5a18670..8eb69ce 100644
--- a/doc/tools.xml
+++ b/doc/tools.xml
@@ -11,6 +11,7 @@
<xi:include href="ascat.xml" />
<xi:include href="bowtie.xml" />
<xi:include href="bwa.xml" />
+ <xi:include href="cnvkit.xml" />
<xi:include href="strelka.xml" />
</section>
</book>