diff options
author | Justin Bedo <cu@cua0.org> | 2019-03-06 13:31:04 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-03-06 13:33:16 +1100 |
commit | 8fa9b007544a37b2674a2eb87978652e14fbd2b3 (patch) | |
tree | d5daf712130853d1c1eaa3c000dadbd1eca483a8 /doc | |
parent | abb7760edbc301256db6fc50b5fd475175bd7606 (diff) |
api docs: init facets
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tools-doc.nix | 1 | ||||
-rw-r--r-- | doc/tools.xml | 1 |
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> |