Skip to content

Commit

Permalink
Deployed d93a6e2 to v10.0.1 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 committed Apr 16, 2024
1 parent 7212adb commit 1d47ada
Show file tree
Hide file tree
Showing 45 changed files with 5,472 additions and 6 deletions.
2 changes: 1 addition & 1 deletion latest
2 changes: 1 addition & 1 deletion release-candidate
146 changes: 146 additions & 0 deletions v10.0.1/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/img/favicon.ico" />
<title>pipeline-call-gSNP</title>
<link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
<link href="/css/version-select.css" rel="stylesheet" />

<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="/." class="icon icon-home"> pipeline-call-gSNP
</a>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/overview/">Overview</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/how-to-run/">How To Run</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/flow-diagram/">Flow Diagram</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/pipeline-steps/">Pipeline Steps</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/inputs/">Inputs</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/outputs/">Outputs</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/discussions/">Discussions</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/contributors/">Contributors</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/references/">References</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/license/">License</a>
</li>
</ul>
</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="/.">pipeline-call-gSNP</a>

</nav>
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">


<h1 id="404-page-not-found">404</h1>

<p><strong>Page not found</strong></p>


</div>
</div><footer>

<hr/>

<div role="contentinfo">
<!-- Copyright etc -->
</div>

Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
</div>

</section>

</div>

<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/uclahs-cds/pipeline-call-gSNP/tree/v10.0.1" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>



</span>
</div>
<script src="/js/jquery-3.6.0.min.js"></script>
<script>var base_url = "/";</script>
<script src="/js/theme_extra.js"></script>
<script src="/js/theme.js"></script>
<script src="/js/version-select.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
87 changes: 87 additions & 0 deletions v10.0.1/call-gsnp-flow.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
@startuml

skinparam ConditionEndStyle hline

start

if (Explicit intervals?) is (Yes) then
:==run_SplitIntervals_GATK
----
Split reference genome into up
to **scatter_count** interval lists,
without subdividing any of the
input intervals;
else (No)
:==run_SplitIntervals_GATK
----
Split reference genome into
**scatter_count** interval lists;
endif

split

:==run_HaplotypeCallerVCF_GATK
----
Generate VCFs for each split interval
using HaplotypeCaller;

:==run_MergeVcfs_Picard_VCF
----
Merge raw variants into whole VCF file;

#palegreen:Per-sample raw VCF + index files>

partition "Recalibrate Variants" {

:==run_VariantRecalibratorSNP_GATK
----
Generate Variant Quality Score Recalibration
(VQSR) table for SNPs;

:==run_ApplyVQSR_GATK_SNP
----
Filter SNPs based on VQSR table;

:==run_VariantRecalibratorINDEL_GATK
----
Generate VQSR table for INDELs;

:==run_ApplyVQSR_GATK_INDEL
----
Filter INDELs based on VQSR table;

}

#palegreen:SNP and INDEL recalibrated
variants + index files>

:==filter_gSNP_GATK
----
Filter ambiguous variants with
customized Perl script;

#palegreen:Filtered germline
variants + index files>

detach

split again

:==run_HaplotypeCallerGVCF_GATK
----
Generate GVCFs for each split interval
using HaplotypeCaller;

:==run_MergeVcfs_Picard_GVCF
----
Merge raw variants into whole GVCF file;

#palegreen:Per-sample GVCF + index files>

detach

endsplit


@enduml

Loading

0 comments on commit 1d47ada

Please sign in to comment.