Skip to content

Commit

Permalink
Deployed 7f8406d to dev with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Oct 10, 2024
1 parent 7882936 commit 3c1aab3
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 208 deletions.
Binary file modified dev/images/germline_metro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
399 changes: 293 additions & 106 deletions dev/images/germline_metro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h2 id="pipeline-summary">Pipeline summary</h2>
</div>
<h2 id="quick-start">Quick Start</h2>
<ol>
<li>Install <a href="https://www.nextflow.io/docs/latest/getstarted.html#installation"><code>Nextflow</code></a> (<code>&gt;=23.10.0</code>)</li>
<li>Install <a href="https://www.nextflow.io/docs/latest/getstarted.html#installation"><code>Nextflow</code></a> (<code>&gt;=24.04.0</code>)</li>
<li>Install any of <a href="https://docs.docker.com/engine/installation/"><code>Docker</code></a>, <a href="https://www.sylabs.io/guides/3.0/user-guide/"><code>Singularity</code></a> (you can follow <a href="https://singularity-tutorial.github.io/01-installation/">this tutorial</a>), <a href="https://podman.io/"><code>Podman</code></a>, <a href="https://nersc.gitlab.io/development/shifter/how-to-use/"><code>Shifter</code></a> or <a href="https://hpc.github.io/charliecloud/"><code>Charliecloud</code></a> for full pipeline reproducibility <em>(you can use <a href="https://conda.io/miniconda.html"><code>Conda</code></a> both to install Nextflow itself and also to manage software within pipelines. Please only use it within pipelines as a last resort; see <a href="https://nf-co.re/usage/configuration#basic-configuration-profiles">docs</a>)</em>.</li>
</ol>
<div class="language-text highlight"><span class="filename">samplesheet.csv</span><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>sample,family,cram,crai
Expand All @@ -570,6 +570,7 @@ <h2 id="quick-start">Quick Start</h2>
<p>Now, you can run the pipeline using:</p>
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>nextflow<span class="w"> </span>run<span class="w"> </span>nf-cmgg/germline<span class="w"> </span>--input<span class="w"> </span>samplesheet.csv<span class="w"> </span>--outdir<span class="w"> </span>&lt;OUTDIR&gt;<span class="w"> </span>--genome<span class="w"> </span>GRCh38<span class="w"> </span>-profile<span class="w"> </span>&lt;docker/singularity/podman/shifter/charliecloud/conda/institute&gt;
</span></code></pre></div>
<p>This pipeline contains a lot of parameters to customize your pipeline run. Please take a look at the <a href="parameters/">parameters</a> documentation for an overview.</p>
<!-- prettier-ignore -->
<div class="admonition warning">
<p class="admonition-title">Warning</p>
Expand All @@ -578,7 +579,7 @@ <h2 id="quick-start">Quick Start</h2>
</div>
<h2 id="credits">Credits</h2>
<p>nf-cmgg/germline was originally written and is maintained by <a href="https://github.com/nvnieuwk">@nvnieuwk</a>.</p>
<p>Special thanks to <a href="https://github.com/matthdsm">@matthdsm</a> for the many tips and feedback and to <a href="https://github.com/mvheetve">@mvheetve</a> for testing the pipeline.</p>
<p>Special thanks to <a href="https://github.com/matthdsm">@matthdsm</a> for the many tips and feedback and to <a href="https://github.com/mvheetve">@mvheetve</a> and <a href="https://github.com/ToonRosseel">@ToonRossel</a> for testing the pipeline.</p>
<h2 id="contributions-and-support">Contributions and Support</h2>
<p>If you would like to contribute to this pipeline, please see the <a href="https://github.com/nf-cmgg/germline/blob/dev/.github/CONTRIBUTING.md">contributing guidelines</a>.</p>
<h2 id="citations">Citations</h2>
Expand Down
85 changes: 79 additions & 6 deletions dev/output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,17 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
Output
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="./" class="md-nav__link md-nav__link--active">


Expand All @@ -321,6 +332,43 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">






<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#introduction" class="md-nav__link">
<span class="md-ellipsis">
Introduction
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#pipeline-overview" class="md-nav__link">
<span class="md-ellipsis">
Pipeline overview
</span>
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -385,6 +433,32 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#introduction" class="md-nav__link">
<span class="md-ellipsis">
Introduction
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#pipeline-overview" class="md-nav__link">
<span class="md-ellipsis">
Pipeline overview
</span>
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand All @@ -402,10 +476,9 @@


<h1 id="nf-cmgggermline-output">nf-cmgg/germline: Output</h1>
<h1 id="nf-cmgggermline-output_1">nf-cmgg/germline: Output</h1>
<h2 id="introduction">Introduction</h2>
<p>This page describes the output produced by the pipeline.</p>
<p>The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level output directory (specified by <code>--outdir &lt;DIR&gt;</code>). This is an example output when the pipeline has been run for a WGS sample called <code>SAMPLE_1</code> and a WES sample called <code>SAMPLE_2</code> which form a family called <code>FAMILY_1</code>. The output consists of 4 directories: <code>yyyy-MM-dd_project_name</code>, <code>individuals</code>, <code>multiqc_reports</code> and <code>pipeline_info</code>. This run has only been run with <code>haplotypecaller</code> (<code>--callers haplotypecaller</code>)</p>
<p>The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level output directory (specified by <code>--outdir &lt;DIR&gt;</code>). This is an example output when the pipeline has been run for a WGS sample called <code>SAMPLE_1</code> and a WES sample called <code>SAMPLE_2</code> which form a family called <code>FAMILY_1</code>. The output consists of 4 directories: <code>yyyy-MM-dd_project_name</code>, <code>individuals</code>, <code>multiqc_reports</code> and <code>pipeline_info</code>. This run has only been run with <code>haplotypecaller</code>: (<code>--callers haplotypecaller</code>)</p>
<div class="language-bash highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>results/
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>├──<span class="w"> </span>YYYY_MM_DD_project_name<span class="w"> </span><span class="c1">#(1)!</span>
</span><span id="__span-0-3"><a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="w"> </span>└──<span class="w"> </span>FAMILY_1<span class="w"> </span><span class="c1">#(2)!</span>
Expand Down Expand Up @@ -446,7 +519,7 @@ <h2 id="introduction">Introduction</h2>
<p>This directory contains all files for family <code>FAMILY_1</code>.</p>
</li>
<li>
<p>This is the BED file used to parallelize the joint-genotyping. It contains all regions that have reads mapped to them for WGS and all regions in the regions of interest that have reads mapped to them for WES.</p>
<p>This is the BED file used to parallelize the joint-genotyping. It contains all regions where real variants have been found in all GVCFs in the family. The value of <code>--merge_distance</code> (default: <code>100000</code> base pairs) is used to pad the region so the BED file contains multiple bigger regions instead of tons of small regions.</p>
</li>
<li>
<p>The PED file detailing the relation between the different members of the family. This file will be inferred when no PED file has been given to this family.</p>
Expand All @@ -467,13 +540,13 @@ <h2 id="introduction">Introduction</h2>
<p>The report created with MultiQC. This contains all statistics generated with <code>bcftools stats</code>, Ensembl VEP and other tools.</p>
</li>
<li>
<p>The folder for <code>SAMPLE_1</code> containing temporary files that could be useful for re-analysing later.</p>
<p>The folder for <code>SAMPLE_1</code> containing temporary files that could be useful for re-analysis later.</p>
</li>
<li>
<p>This is the BED file used to parallelize the variant calling. It contains all regions that have reads mapped to them for WGS and all regions in the regions of interest that have reads mapped to them for WES.</p>
<p>This is the BED file used to parallelize the variant calling. It contains all regions that are callable in the input files based on the desired regions (WGS = the whole genome; WES = the regions specified in the <code>roi</code> BED file).</p>
</li>
<li>
<p>The GVCF file created with <code>haplotypecaller</code>. This can used in later runs of the pipeline to skip variant calling for this sample. A major use case for this is to add a new member to a family without having to call all variants of already called members.</p>
<p>The GVCF file created with <code>haplotypecaller</code>. This can be used in later runs of the pipeline to skip variant calling for this sample. A major use case for this is to add a new member to a family without having to call all variants of already called members.</p>
</li>
<li>
<p>The global distribution of the coverage calculated by <code>mosdepth</code>.</p>
Expand Down
Loading

0 comments on commit 3c1aab3

Please sign in to comment.