Skip to content

Commit

Permalink
Deployed 015011a to v1.1.0 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 1, 2024
1 parent 1652114 commit afd5350
Show file tree
Hide file tree
Showing 46 changed files with 5,919 additions and 6 deletions.
2 changes: 1 addition & 1 deletion latest
2 changes: 1 addition & 1 deletion release-candidate
150 changes: 150 additions & 0 deletions v1.1.0/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<!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-calculate-targeted-coverage</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-calculate-targeted-coverage
</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-and-configuration/">Inputs and Configuration</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="/testing-and-validation/">Testing and Validation</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="/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="/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-calculate-targeted-coverage</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-calculate-targeted-coverage/tree/v1.1.0" 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>
117 changes: 117 additions & 0 deletions v1.1.0/calculate-targeted-coverage-flow.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
@startuml
hide stereotype

skinparam rectangle {
BackgroundColor<<InputFile>> #LightBlue
BackgroundColor<<QCFile>> #Wheat
BackgroundColor<<OutputFile>> #PaleGreen
BackgroundColor<<ProcessStep>> #LightGray
BorderColor<<transparent>> transparent
FontSize<<transparent>> 0
}

' target workflow
rectangle "Target-Focused Workflow" {
' input
rectangle Input as Input1 <<transparent>> {
rectangle "Target File" as TargetFile1 <<InputFile>>
rectangle "Bait File" as BaitFile <<InputFile>>
}
' process steps
rectangle "BAM" as BAM1 <<InputFile>>
rectangle "Validate Inputs" as ValInputs1 <<ProcessStep>>
rectangle "Calculate Per-Base Read Depth" as CalcReadDepth <<ProcessStep>>
rectangle "Convert BED to interval.list" as ConvBEDtoIntervalList <<ProcessStep>>
rectangle "Convert to BED" as ConvtoBED1 <<ProcessStep>>
rectangle "Calculate Coverage Metrics" as CalcCovMetrics <<ProcessStep>>
' output files
rectangle "~*target-depth-per-base.bed" as TargetReadDepthBED <<OutputFile>>
' QC files
rectangle "~*HSMetrics.txt" as HSMetrics <<QCFile>>
}


' off target workflow
rectangle "Off-Target Workflow" {
' input
rectangle Input as Input2 <<transparent>> {
rectangle "Target File" as TargetFile2 <<InputFile>>
rectangle "dbSNP VCF" as dbSNP_VCF <<InputFile>>
rectangle "BAM" as BAM2 <<InputFile>>
}
' process steps
rectangle "Validate Inputs" as ValInputs2 <<ProcessStep>>
rectangle "Cacluate Read Depth at dbSNP Sites" as CalcReadDepthAtdbSNP <<ProcessStep>>
rectangle "Filter for Minimum Read Depth" as FilterReadDepth <<ProcessStep>>
rectangle "Filter for Off-Target Sites" as FilterOffTarget <<ProcessStep>>
rectangle "Convert to BED" as ConvtoBED2 <<ProcessStep>>
rectangle "Add Slop to Off-Target SNPs" as AddSlopOffTarget <<ProcessStep>>
rectangle "Merge with Target File" as MergeWithTarget <<ProcessStep>>
rectangle "Add Slop to Target Intervals" as AddSlopTarget <<ProcessStep>>

' output files
rectangle "~*target-with-enriched-off-target-intervals.bed" as TargetPlusOffTargetReadDepthBED <<OutputFile>>
rectangle "~*off-target-dbSNP-depth-per-base.bed" as OffTargetReadDepth <<OutputFile>>

' end node
rectangle "recalibrate-BAM" as RecalBAM #White
}


' Target Focused Workflow
' input
BAM1 --> ValInputs1
BaitFile --> ConvBEDtoIntervalList
TargetFile1 -l-> BaitFile
TargetFile1 --> ConvBEDtoIntervalList
TargetFile1 --> CalcReadDepth

ConvBEDtoIntervalList --> CalcCovMetrics

ValInputs1 --> CalcReadDepth
ValInputs1 --> CalcCovMetrics

CalcCovMetrics --> HSMetrics

CalcReadDepth --> ConvtoBED1
ConvtoBED1 --> TargetReadDepthBED


' Off-Target Workflow
' input
TargetFile2 ---> AddSlopTarget
TargetFile2 ---> MergeWithTarget
dbSNP_VCF --> CalcReadDepthAtdbSNP
BAM2 --> ValInputs2

ValInputs2 --> CalcReadDepthAtdbSNP
AddSlopTarget --> FilterOffTarget

CalcReadDepthAtdbSNP --> ConvtoBED2

ConvtoBED2 --> FilterOffTarget
ConvtoBED2 --> FilterReadDepth

FilterReadDepth --> AddSlopOffTarget
FilterOffTarget --> OffTargetReadDepth

AddSlopOffTarget --> MergeWithTarget

MergeWithTarget --> TargetPlusOffTargetReadDepthBED

TargetPlusOffTargetReadDepthBED --> RecalBAM


' Legend
rectangle Legend {
rectangle "Input File" as IF <<InputFile>>
rectangle "Quality Control File" as QC <<QCFile>>
rectangle "Output File" as OF <<OutputFile>>
rectangle "Process Step" as PS <<ProcessStep>>
}

IF -[hidden]-> QC
QC -[hidden]-> OF
OF -[hidden]-> PS

@enduml
Loading

0 comments on commit afd5350

Please sign in to comment.