Skip to content

Commit

Permalink
Deployed 5cbd522 to development with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Oct 18, 2024
1 parent fa2e870 commit 51b5c7b
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion development/flow-diagram/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Flow Diagram:</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
12 changes: 6 additions & 6 deletions development/how-to-run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">How to Run:</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand All @@ -128,13 +128,13 @@ <h3 id="run-steps">Run steps</h3>
<p>The source code should never be modified when running our pipelines</p>
</li>
<li>
<p>Create a config file for input, output, and parameters. An example for a config file can be found <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/config/template.config">here</a>. See <a href="../nextflow-config-file-parameters/#Nextflow-Config-File-Parameters">Nextflow Config File Parameters</a> for the detailed description of each variable in the config file.</p>
<p>Create a config file for input, output, and parameters. An example for a config file can be found <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/config/template.config">here</a>. See <a href="../nextflow-config-file-parameters/#Nextflow-Config-File-Parameters">Nextflow Config File Parameters</a> for the detailed description of each variable in the config file.</p>
</li>
<li>
<p>Do not directly modify the source <code>template.config</code>, but rather you should copy it from the pipeline release folder to your project-specific folder and modify it there</p>
</li>
<li>
<p>Create the input YAML using the <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/input/call-sSV-input.yaml">template</a>.See <a href="../inputs/#Input-YAML">Input YAML</a> for detailed description of each column.</p>
<p>Create the input YAML using the <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/input/call-sSV-input.yaml">template</a>.See <a href="../inputs/#Input-YAML">Input YAML</a> for detailed description of each column.</p>
</li>
<li>
<p>Again, do not directly modify the source template input YAML file. Instead, copy it from the pipeline release folder to your project-specific folder and modify it there.</p>
Expand All @@ -150,8 +150,8 @@ <h3 id="run-steps">Run steps</h3>
</code></pre>
<ul>
<li>For example, <code>path/to/main.nf</code> could be: <code>/hot/software/pipeline/pipeline-call-sSV/Nextflow/release/6.0.0-rc.1/main.nf</code></li>
<li><code>path/to/sample-specific.config</code> is the path to where you saved your project-specific copy of <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/config/template.config">template.config</a></li>
<li><code>path/to/input.yaml</code> is the path to where you saved your sample-specific copy of <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/input/call-sSV-input.yaml">input-sSV.yaml</a></li>
<li><code>path/to/sample-specific.config</code> is the path to where you saved your project-specific copy of <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/config/template.config">template.config</a></li>
<li><code>path/to/input.yaml</code> is the path to where you saved your sample-specific copy of <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/input/call-sSV-input.yaml">input-sSV.yaml</a></li>
</ul>
<p>To submit to UCLAHS-CDS's Azure cloud, use the submission script <a href="https://github.com/uclahs-cds/tool-submit-nf">here</a> with the command below:</p>
<pre><code class="language-bash">python path/to/submit_nextflow_pipeline.py \
Expand All @@ -163,7 +163,7 @@ <h3 id="run-steps">Run steps</h3>
--email &lt;your UCLA email, [email protected]&gt;
</code></pre>
<p>In the above command, the partition type can be changed based on the size of the dataset. At this point, node F16 is generally recommended for larger datasets like A-full and node F2 for smaller datasets like A-mini.</p>
<p>* Manta SV calling wouldn't work on an F2 node due to incompatible resources. In order to test the pipeline for tasks not relevant to Manta, please set <code>algorithm = ['delly']</code> in the sample specific <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/config/template.config">config</a> file.</p>
<p>* Manta SV calling wouldn't work on an F2 node due to incompatible resources. In order to test the pipeline for tasks not relevant to Manta, please set <code>algorithm = ['delly']</code> in the sample specific <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/config/template.config">config</a> file.</p>
<blockquote>
<p><strong>Note</strong>: Because this pipeline uses an image stored in the GitHub Container Registry, you must follow the steps listed in the <a href="https://uclahs-cds.atlassian.net/wiki/spaces/BOUTROSLAB/pages/3190419/Docker+Introduction#DockerIntroduction-HowtosetupPATandlogintotheregistryHowtosetupPATandlogintotheregistry">Docker Introduction</a> on Confluence to set up a PAT for your GitHub account and log into the registry on the cluster before running this pipeline.</p>
</blockquote>
Expand Down
5 changes: 3 additions & 2 deletions development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href="." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Home</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand All @@ -111,6 +111,7 @@
<div class="section" itemprop="articleBody">

<h1 id="call-ssv-pipeline">Call-sSV Pipeline</h1>
<p><a href="https://github.com/uclahs-cds/pipeline-call-sSV/actions/workflows/prepare-release.yaml"><img alt="GitHub release" src="https://img.shields.io/github/v/release/uclahs-cds/pipeline-call-sSV" /></a></p>
<ul>
<li><a href="overview/#Overview">Overview</a></li>
<li><a href="how-to-run/#How-To-Run">How To Run</a></li>
Expand Down Expand Up @@ -177,5 +178,5 @@ <h1 id="call-ssv-pipeline">Call-sSV Pipeline</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-10-17 23:39:56.387293+00:00
Build Date UTC : 2024-10-18 21:06:04.560650+00:00
-->
2 changes: 1 addition & 1 deletion development/inputs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Inputs</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion development/license/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">License</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
4 changes: 2 additions & 2 deletions development/nextflow-config-file-parameters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Nextflow Config File Parameters</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -201,7 +201,7 @@ <h2 id="nextflow-config-file-parameters">Nextflow Config File Parameters</h2>
</tr>
</tbody>
</table>
<p>An example of the NextFlow Input Parameters Config file can be found <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/config/template.config">here</a>.</p>
<p>An example of the NextFlow Input Parameters Config file can be found <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/config/template.config">here</a>.</p>

</div>
</div><footer>
Expand Down
2 changes: 1 addition & 1 deletion development/outputs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Outputs</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion development/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Overview:</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion development/performance-validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Performance Validation</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
4 changes: 2 additions & 2 deletions development/pipeline-steps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Pipeline Steps:</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand All @@ -132,7 +132,7 @@ <h4 id="1-calling-single-sample-somatic-structural-variants">1. Calling Single S
<pre><code class="language-script">delly call --genome hg38.fa --exclude hg38.excl --map-qual 20 --min-clique-size 5 --mad-cutoff 15 --outfile t1.bcf tumor1.bam normal1.bam
</code></pre>
<p>This step requires an aligned and sorted tumor sample BAM file and a matched normal sample as an input for variant calling with DELLY.
The stringent filters (<code>--map-qual 20</code> <code>--min-clique-size 5</code> <code>--mad-cutoff 15</code>) are added, which can drastically reduce the runtime, especially when the input BAMs are big. In the pipeline, these filters are specified in the NextFlow input parameters <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/config/template.config">config file</a>. If need be, these stringent filters can be adjusted in the config file.</p>
The stringent filters (<code>--map-qual 20</code> <code>--min-clique-size 5</code> <code>--mad-cutoff 15</code>) are added, which can drastically reduce the runtime, especially when the input BAMs are big. In the pipeline, these filters are specified in the NextFlow input parameters <a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/config/template.config">config file</a>. If need be, these stringent filters can be adjusted in the config file.</p>
<h4 id="2-query-the-generated-bcfs-to-get-the-sample-names-which-will-be-used-in-step-3">2. Query the generated bcfs to get the sample names, which will be used in step 3.</h4>
<pre><code class="language-script">echo -e &quot;tumor\ncontrol&quot; &gt; samples_type
bcftools query -l t1.bcf &gt; samples_name
Expand Down
2 changes: 1 addition & 1 deletion development/references/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">References</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
Binary file modified development/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion development/testing-and-validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Testing and Validation</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/9690887a9b1e89c56f93937a4806f0cca5e08ce1/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-call-sSV/blob/5cbd522d8ce4c514ecbba20d645b101808b4e083/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"latest"
],
"properties": {
"commit": "9690887a9b1e89c56f93937a4806f0cca5e08ce1",
"date": "2024-10-17T16:39:20-07:00"
"commit": "5cbd522d8ce4c514ecbba20d645b101808b4e083",
"date": "2024-10-18T14:05:27-07:00"
}
}
]

0 comments on commit 51b5c7b

Please sign in to comment.