Skip to content

Commit

Permalink
version++ to v1.3.13; render docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoryC committed Nov 10, 2020
1 parent fcbaddc commit 7cd4857
Show file tree
Hide file tree
Showing 590 changed files with 1,427 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.12
v1.3.13
2 changes: 1 addition & 1 deletion docs/GENERATED/BioLockJ-Api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h1 id="biolockj-api">BioLockJ API<a class="headerlink" href="#biolockj-api" tit
<p>BioLockJ comes with an API. </p>
<p>For the most up-to-date information about how to use the API, see the help menu: </p>
<p><code>biolockj-api help</code> </p>
<pre><code>BioLockJ API v1.3.12 - UNCC Fodor Lab
<pre><code>BioLockJ API v1.3.13 - UNCC Fodor Lab

Usage:
(bash)
Expand Down
4 changes: 4 additions & 0 deletions docs/GENERATED/General-Properties/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ <h3 id="input"><a href="../Input/">input</a><a class="headerlink" href="#input"
</thead>
<tbody>
<tr>
<td align="left"><em>input.allowDuplicateNames</em></td>
<td align="left"><em>boolean</em> <br>Should files with the same name be permitted in inputs. File names are used to link data to metadata, and duplicated names create ambiguity. However in some pipelines, duplicates are appropriate.<br><em>default:</em> N</td>
</tr>
<tr>
<td align="left"><em>input.dirPaths</em></td>
<td align="left"><em>list of file paths</em> <br>List of one or more directories containing the pipeline input data.<br><em>default:</em> <em>null</em></td>
</tr>
Expand Down
4 changes: 4 additions & 0 deletions docs/GENERATED/Input/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ <h1 id="input">Input<a class="headerlink" href="#input" title="Permanent link">#
</thead>
<tbody>
<tr>
<td align="left"><em>input.allowDuplicateNames</em></td>
<td align="left"><em>boolean</em> <br>Should files with the same name be permitted in inputs. File names are used to link data to metadata, and duplicated names create ambiguity. However in some pipelines, duplicates are appropriate.<br><em>default:</em> N</td>
</tr>
<tr>
<td align="left"><em>input.dirPaths</em></td>
<td align="left"><em>list of file paths</em> <br>List of one or more directories containing the pipeline input data.<br><em>default:</em> <em>null</em></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/GENERATED/biolockj-help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
</code></pre>

<pre><code class="bash">
BioLockJ v1.3.12 - UNCC Fodor Lab July 2018
BioLockJ v1.3.13 - UNCC Fodor Lab July 2018
Usage:
biolockj [options] &lt;config|pipeline&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanen
PRODIGAL <br />
https://github.com/hyattpd/Prodigal/releases/download/v2.6.3/prodigal.linux </p>
<p>Module developed by Shan Sun <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
biolockj.module.implicit.parser.r16s.RdpParser </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/rdp_classifier:v1.3.12
<pre><code>biolockjdevteam/rdp_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -324,7 +324,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>RdpClassifier.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
biolockj.module.implicit.parser.wgs.Humann2Parser </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/humann2_classifier:v1.3.12
<pre><code>biolockjdevteam/humann2_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
biolockj.module.implicit.parser.wgs.Kraken2Parser </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/kraken2_classifier:v1.3.12
<pre><code>biolockjdevteam/kraken2_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
biolockj.module.implicit.parser.wgs.KrakenParser </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/kraken_classifier:v1.3.12
<pre><code>biolockjdevteam/kraken_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
biolockj.module.implicit.parser.wgs.Metaphlan2Parser </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/metaphlan2_classifier:v1.3.12
<pre><code>biolockjdevteam/metaphlan2_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -291,7 +291,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>ShannonDiversity.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Anthony Fodor <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/GENERATED/biolockj.module.diy/GenMod/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,15 +333,15 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/blj_basic:v1.3.12
<pre><code>biolockjdevteam/blj_basic:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
<code>GenMod.imageOwner</code><br>
<code>GenMod.imageName</code><br>
<code>GenMod.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>BioLockJ v1.3.12</p>
<p>BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/GENERATED/biolockj.module.diy/Rmarkdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>Rmarkdown.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module created by Ivory Blakley <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/sratoolkit:v1.3.12
<pre><code>biolockjdevteam/sratoolkit:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -332,7 +332,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p><a href="https://github.com/ncbi/sra-tools">sra-tools</a> <br />
Module developed by Philip Badzuh <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/blj_basic:v1.3.12
<pre><code>biolockjdevteam/blj_basic:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -320,7 +320,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>SraMetaDB.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Malcolm Zapatas and Ivory Blakley <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/pysradb:v1.3.12
<pre><code>biolockjdevteam/pysradb:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -312,7 +312,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>SraMetaData.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Malcolm Zapatas and Ivory Blakley <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>SrpSrrConverter.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Malcolm Zapatas and Ivory Blakley <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -312,7 +312,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>RdpParser.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -316,7 +316,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>Humann2Parser.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -299,7 +299,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>Kraken2Parser.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -299,7 +299,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>KrakenParser.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/qimme_classifier:v1.3.12
<pre><code>biolockjdevteam/qimme_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/qimme_classifier:v1.3.12
<pre><code>biolockjdevteam/qimme_classifier:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -418,7 +418,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>Demultiplexer.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand All @@ -256,7 +256,7 @@ <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link
<code>ImportMetadata.imageTag</code><br></p>
<h2 id="citation">Citation<a class="headerlink" href="#citation" title="Permanent link">#</a></h2>
<p>Module developed by Mike Sioda <br />
BioLockJ v1.3.12</p>
BioLockJ v1.3.13</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 id="adds-modules">Adds modules<a class="headerlink" href="#adds-modules" tit
<em>none found</em> </p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">#</a></h2>
<p>If running in docker, this module will run in a docker container from this image:<br></p>
<pre><code>biolockjdevteam/biolockj_controller:v1.3.12
<pre><code>biolockjdevteam/biolockj_controller:v1.3.13
</code></pre>

<p>This can be modified using the following properties:<br>
Expand Down
Loading

0 comments on commit 7cd4857

Please sign in to comment.