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 f52f6ad..d68a6b1 100644 --- a/doc/tools-doc.nix +++ b/doc/tools-doc.nix @@ -30,6 +30,7 @@ stage { docgen cnvkit 'CNVkit CNV caller' docgen facets 'Facets CNV caller' docgen fastqc 'FastQC quality control' + docgen gridss 'GRIDSS SV caller' docgen strelka 'Strelka2 variant caller' mkdir $out diff --git a/doc/tools.xml b/doc/tools.xml index 2592b48..022aa3f 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -14,6 +14,7 @@ <xi:include href="cnvkit.xml" /> <xi:include href="facets.xml" /> <xi:include href="fastqc.xml" /> + <xi:include href="gridss.xml" /> <xi:include href="strelka.xml" /> </section> </book> |