Skip to content

Commit

Permalink
Deploy preview for PR 96 πŸ›«
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifs committed Sep 5, 2024
1 parent dd9257e commit 97c92c8
Show file tree
Hide file tree
Showing 17 changed files with 2,968 additions and 2,736 deletions.
100 changes: 50 additions & 50 deletions pr-preview/pr-96/blog/index.html

Large diffs are not rendered by default.

582 changes: 309 additions & 273 deletions pr-preview/pr-96/guide/component/add-dependencies.html

Large diffs are not rendered by default.

324 changes: 174 additions & 150 deletions pr-preview/pr-96/guide/component/add-resources.html

Large diffs are not rendered by default.

539 changes: 318 additions & 221 deletions pr-preview/pr-96/guide/component/create-component.html

Large diffs are not rendered by default.

726 changes: 392 additions & 334 deletions pr-preview/pr-96/guide/component/unit-testing.html

Large diffs are not rendered by default.

270 changes: 132 additions & 138 deletions pr-preview/pr-96/guide/component/use-helper-functions.html

Large diffs are not rendered by default.

682 changes: 362 additions & 320 deletions pr-preview/pr-96/guide/component/variables.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-preview/pr-96/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h2 data-anchor-id="viashnextflow-vdsl3">Viash+Nextflow VDSL3</h2>


<li>
<a href="../guide/nextflow_vdsl3/create-and-use-a-module.html">Create and use a module</a>: Creating a VDSL3 module is as simple as adding <code>{ type: nextflow }</code> to the <code>runners</code> section in the Viash config. Luckily, our previous example already contained such an entry:
<a href="../guide/nextflow_vdsl3/create-and-use-a-module.html">Create and use a module</a>: Creating a VDSL3 module is as simple as adding <code>{ type: nextflow }</code> to the <code>platforms</code> section in the Viash config. Luckily, our previous example already contained such an entry:
</li>


Expand Down
51 changes: 32 additions & 19 deletions pr-preview/pr-96/guide/nextflow_vdsl3/create-a-pipeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,16 +428,19 @@ <h2 class="anchored" data-anchor-id="build-the-vdsl3-modules-and-workflow">Build
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">viash</span> ns build <span class="at">--setup</span> cachedbuild <span class="at">--parallel</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>Exporting combine_columns (template) =executable=&gt; target/executable/template/combine_columns
Exporting remove_comments (template) =nextflow=&gt; target/nextflow/template/remove_comments
Exporting take_column (template) =executable=&gt; target/executable/template/take_column
Exporting remove_comments (template) =executable=&gt; target/executable/template/remove_comments
[notice] Building container 'ghcr.io/viash-io/project_template/template/remove_comments:0.3.0' with Dockerfile
[notice] Building container 'ghcr.io/viash-io/project_template/template/combine_columns:0.3.0' with Dockerfile
[notice] Building container 'ghcr.io/viash-io/project_template/template/take_column:0.3.0' with Dockerfile
Exporting workflow (template) =nextflow=&gt; target/nextflow/template/workflow
Exporting combine_columns (template) =nextflow=&gt; target/nextflow/template/combine_columns
Exporting take_column (template) =nextflow=&gt; target/nextflow/template/take_column
<pre><code>temporaryFolder: /tmp/viash_hub_repo7650655995524195824 uri: https://viash-hub.com/data-intuitive/vsh-pipeline-operators.git
Cloning into '.'...
checkout out: List(git, checkout, tags/v0.2.0, --, .) 0
Exporting remove_comments (template) =docker=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/docker/template/remove_comments
Exporting combine_columns (template) =docker=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/docker/template/combine_columns
Exporting remove_comments (template) =nextflow=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/nextflow/template/remove_comments
Exporting workflow (template) =nextflow=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/nextflow/template/workflow
[notice] Building container 'ghcr.io/viash-io/viash_project_template/template/remove_comments:0.2.3' with Dockerfile
[notice] Building container 'ghcr.io/viash-io/viash_project_template/template/combine_columns:0.2.3' with Dockerfile
Exporting take_column (template) =docker=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/docker/template/take_column
Exporting take_column (template) =nextflow=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/nextflow/template/take_column
[notice] Building container 'ghcr.io/viash-io/viash_project_template/template/take_column:0.2.3' with Dockerfile
Exporting combine_columns (template) =nextflow=&gt; /home/runner/work/website/website/guide/_viash_project_template/target/nextflow/template/combine_columns
All 7 configs built successfully</code></pre>
</div>
</div>
Expand All @@ -454,7 +457,17 @@ <h2 class="anchored" data-anchor-id="build-the-vdsl3-modules-and-workflow">Build
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="ex">tree</span> target</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>target
β”œβ”€β”€ executable
β”œβ”€β”€ dependencies
β”‚&nbsp;&nbsp; └── vsh
β”‚&nbsp;&nbsp; └── data-intuitive
β”‚&nbsp;&nbsp; └── vsh-pipeline-operators
β”‚&nbsp;&nbsp; └── v0.2.0
β”‚&nbsp;&nbsp; └── nextflow
β”‚&nbsp;&nbsp; └── join
β”‚&nbsp;&nbsp; └── vsh_toList
β”‚&nbsp;&nbsp; β”œβ”€β”€ main.nf
β”‚&nbsp;&nbsp; └── nextflow.config
β”œβ”€β”€ docker
β”‚&nbsp;&nbsp; └── template
β”‚&nbsp;&nbsp; β”œβ”€β”€ combine_columns
β”‚&nbsp;&nbsp; β”‚&nbsp;&nbsp; └── combine_columns
Expand All @@ -477,7 +490,7 @@ <h2 class="anchored" data-anchor-id="build-the-vdsl3-modules-and-workflow">Build
β”œβ”€β”€ main.nf
└── nextflow.config

11 directories, 11 files</code></pre>
19 directories, 13 files</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -644,23 +657,23 @@ <h2 class="anchored" data-anchor-id="run-the-pipeline">Run the pipeline</h2>
<pre><code>
N E X T F L O W ~ version 24.04.4

Launching `main.nf` [serene_becquerel] DSL2 - revision: dc137fbfcf
Launching `main.nf` [lethal_kimura] DSL2 - revision: dc137fbfcf

[- ] rem…Wf:remove_comments_process -
Input: [file1, [input:/home/runner/work/website/website/guide/_viash_project_template/resources_test/file1.tsv]]
Input: [file2, [input:/home/runner/work/website/website/guide/_viash_project_template/resources_test/file2.tsv]]

executor &gt; local (2)
[4a/e91939] rem…e_comments_process (file2) | 0 of 2
[ef/23b567] rem…e_comments_process (file2) | 0 of 2
Input: [file1, [input:/home/runner/work/website/website/guide/_viash_project_template/resources_test/file1.tsv]]
Input: [file2, [input:/home/runner/work/website/website/guide/_viash_project_template/resources_test/file2.tsv]]

executor &gt; local (2)
[2d/a1f7d8] rem…e_comments_process (file1) | 2 of 2 βœ”
[7a/33445f] rem…e_comments_process (file1) | 2 of 2 βœ”
Input: [file1, [input:/home/runner/work/website/website/guide/_viash_project_template/resources_test/file1.tsv]]
Input: [file2, [input:/home/runner/work/website/website/guide/_viash_project_template/resources_test/file2.tsv]]
Output: [file1, [output:/home/runner/work/website/website/guide/_viash_project_template/work/2d/a1f7d81113468a610a7f66b4357da8/file1.remove_comments.output.tsv]]
Output: [file2, [output:/home/runner/work/website/website/guide/_viash_project_template/work/4a/e91939415a10928aacb68fdf7ade93/file2.remove_comments.output.tsv]]</code></pre>
Output: [file1, [output:/home/runner/work/website/website/guide/_viash_project_template/work/7a/33445f8d827e1819d60d1d7157f42d/file1.remove_comments.output.tsv]]
Output: [file2, [output:/home/runner/work/website/website/guide/_viash_project_template/work/ef/23b567da92545dd264944b203544ec/file2.remove_comments.output.tsv]]</code></pre>
</div>
</div>
<details>
Expand Down Expand Up @@ -690,8 +703,8 @@ <h2 class="anchored" data-anchor-id="run-the-pipeline">Run the pipeline</h2>
<div class="sourceCode cell-code" id="cb15"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb15-1"><a href="#cb15-1" aria-hidden="true" tabindex="-1"></a><span class="ex">tree</span> output</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>output
β”œβ”€β”€ file1.remove_comments.output.tsv -&gt; /home/runner/work/website/website/guide/_viash_project_template/work/2d/a1f7d81113468a610a7f66b4357da8/file1.remove_comments.output.tsv
└── file2.remove_comments.output.tsv -&gt; /home/runner/work/website/website/guide/_viash_project_template/work/4a/e91939415a10928aacb68fdf7ade93/file2.remove_comments.output.tsv
β”œβ”€β”€ file1.remove_comments.output.tsv -&gt; /home/runner/work/website/website/guide/_viash_project_template/work/7a/33445f8d827e1819d60d1d7157f42d/file1.remove_comments.output.tsv
└── file2.remove_comments.output.tsv -&gt; /home/runner/work/website/website/guide/_viash_project_template/work/ef/23b567da92545dd264944b203544ec/file2.remove_comments.output.tsv

0 directories, 2 files</code></pre>
</div>
Expand Down
Loading

0 comments on commit 97c92c8

Please sign in to comment.