Skip to content

Commit

Permalink
Deployed a7cfae7 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
yashpatel6 committed Aug 8, 2024
1 parent 2d8b1c0 commit d84d90a
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion development/contributors/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">Contributors</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion development/discussions/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">Discussions</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
10 changes: 5 additions & 5 deletions development/how-to-run/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">How To Run</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand All @@ -126,13 +126,13 @@ <h2 id="how-to-run">How To Run</h2>
<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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/config/template.config">here</a>. See <a href="../inputs/#Inputs">Inputs</a> for the detailed description of each variable in the config file. The config file can be generated using a python script (see below).</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-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/config/template.config">here</a>. See <a href="../inputs/#Inputs">Inputs</a> for the detailed description of each variable in the config file. The config file can be generated using a python script (see below).</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 csv using the <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/input/align-DNA.input.csv">template</a>. The example csv is a single-lane sample, however this pipeline can take multi-lane sample as well, with each record in the csv file representing a lane (a pair of fastq). All records must have the same value in the <strong>sample</strong> column. See <a href="../inputs/#Inputs">Inputs</a> for detailed description of each column. All columns must exist in order to run the pipeline successfully.</p>
<p>Create the input csv using the <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/input/align-DNA.input.csv">template</a>. The example csv is a single-lane sample, however this pipeline can take multi-lane sample as well, with each record in the csv file representing a lane (a pair of fastq). All records must have the same value in the <strong>sample</strong> column. See <a href="../inputs/#Inputs">Inputs</a> for detailed description of each column. All columns must exist in order to run the pipeline successfully.</p>
</li>
<li>
<p>Again, do not directly modify the source template csv file. Instead, copy it from the pipeline release folder to your project-specific folder and modify it there.</p>
Expand All @@ -145,7 +145,7 @@ <h2 id="how-to-run">How To Run</h2>
</code></pre>
<ul>
<li>For example, <code>path/to/main.nf</code> could be: <code>/hot/software/pipeline/pipeline-align-DNA/Nextflow/release/8.0.0/pipeline/align-DNA.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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/config/template.config">template.config</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-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/config/template.config">template.config</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 @@ -156,7 +156,7 @@ <h2 id="how-to-run">How To Run</h2>
--email [email protected]
</code></pre>
<p><b><i> BWA-MEM2 Genome Index </i></b>
The reference genome index must be generated by BWA-MEM2 with the correct version. Genome index generated by old BWA-MEM2 versions or the original BWA is not accepted. The reference genome index can be generated using the <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/module/generate-genome-index.nf"><code>generate-genome-index.nf</code></a> nextflow pipeline. To run this pipeline, you need to create a config file using this <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/config/index.config">template</a> to specify the path of <code>reference_fasta</code> and the <code>temp_dir</code>. The <code>temp_dir</code> is used to store intermediate files of Nextflow. The genome index files are saved to the same directory of the input reference FASTA by the pipeline. Use the command below to run this generate genome index pipeline:</p>
The reference genome index must be generated by BWA-MEM2 with the correct version. Genome index generated by old BWA-MEM2 versions or the original BWA is not accepted. The reference genome index can be generated using the <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/module/generate-genome-index.nf"><code>generate-genome-index.nf</code></a> nextflow pipeline. To run this pipeline, you need to create a config file using this <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/config/index.config">template</a> to specify the path of <code>reference_fasta</code> and the <code>temp_dir</code>. The <code>temp_dir</code> is used to store intermediate files of Nextflow. The genome index files are saved to the same directory of the input reference FASTA by the pipeline. Use the command below to run this generate genome index pipeline:</p>
<pre><code class="language-bash">nextflow run path/to/generate-genome-index.nf -config path/to/genome-specific.config
</code></pre>
<p>This can also be submitted using the <a href="https://github.com/uclahs-cds/tool-submit-nf">submission script</a> to the UCLAHS-CDS's Azure cloud as mentioned above.</p>
Expand Down
4 changes: 2 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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -190,5 +190,5 @@ <h1 id="pipeline-align-dna">Pipeline-align-DNA</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-08-06 17:21:49.572553+00:00
Build Date UTC : 2024-08-08 16:22:35.673965+00:00
-->
6 changes: 3 additions & 3 deletions development/inputs/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">Inputs</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand All @@ -117,7 +117,7 @@
<h2 id="inputs">Inputs</h2>
<h3 id="input-csv-fields">Input CSV Fields</h3>
<blockquote>
<p>The input csv must have all columns below and in the same order. An example of an input csv can be found <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/input/align-DNA.input.csv">here</a></p>
<p>The input csv must have all columns below and in the same order. An example of an input csv can be found <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/input/align-DNA.input.csv">here</a></p>
</blockquote>
<table>
<thead>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h3 id="config-file-parameters">Config File Parameters</h3>
<td style="text-align: left;"><code>input_csv</code></td>
<td style="text-align: left;">yes</td>
<td style="text-align: left;">path</td>
<td style="text-align: left;">Absolute path to the input csv. See <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/input/align-DNA.input.csv">here</a> for example and above for the detail of required fields.</td>
<td style="text-align: left;">Absolute path to the input csv. See <a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/input/align-DNA.input.csv">here</a> for example and above for the detail of required fields.</td>
</tr>
<tr>
<td style="text-align: left;"><code>reference_fasta_bwa</code></td>
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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion development/pipeline-steps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/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 @@ -108,7 +108,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-align-DNA/blob/ddd326a3cbc7b9a4451dc0211c0938826929552d/README.md" class="icon icon-github"> Edit on GitHub</a>
<a href="https://github.com/uclahs-cds/pipeline-align-DNA/blob/a7cfae754d4315a5f6204c1ad13b0535717fc3b4/README.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down
8 changes: 4 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"title": "development",
"aliases": [],
"properties": {
"commit": "ddd326a3cbc7b9a4451dc0211c0938826929552d",
"date": "2024-08-06T10:21:15-07:00"
"commit": "a7cfae754d4315a5f6204c1ad13b0535717fc3b4",
"date": "2024-08-08T09:21:57-07:00"
}
},
{
"version": "v10.1.0",
"title": "v10.1.0",
"aliases": [
"release-candidate",
"latest"
"latest",
"release-candidate"
],
"properties": {
"commit": "19fe13b5c8103bb5cd91e97df7525694f2c88ebe",
Expand Down

0 comments on commit d84d90a

Please sign in to comment.