diff options
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> |