Skip to content

Commit 3b08e02

Browse files
author
Thomas Girke
committed
Update site content and build
1 parent 7a51ad3 commit 3b08e02

File tree

3 files changed

+38
-37
lines changed

3 files changed

+38
-37
lines changed

content/en/about/project.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,36 @@ exclude_search: true
1111

1212
<img src="systemPipe_logo.png" width="20%" alt="Right Aligned" align="right" style="display: block; margin: auto;" />
1313

14-
The systemPipe project provides a suite of R/Bioconductor packages for designing, building and running end-to-end analysis workflows on local machines and HPC systems, while generating at the same time publication quality analysis reports.
14+
The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.
1515

16-
This site serves mainly as a landing page providing a high-level overview of each package and links to the corresponding pages on Bioconductor. Detailed usage instructions are provided in the vignettes of each package on Bioconductor (linked below).
16+
This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below).
1717

1818
### Core Packages
1919

2020
* __systemPipeR: Workflow Management System (WMS)__ <br/>
21-
[_systemPipeR_](https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html) is the core workflow management package of this project, enabling users to define, organize, and run workflows that combine R functions with external command-line software([H Backman and Girke 2016](https://link.springer.com/article/10.1186/s12859-016-1241-0)). A scientific reporting system is integral part of the package.
21+
[_systemPipeR_](https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html) is the core workflow management package of the project. It enables users to define, organize, and execute workflows that integrate R-based analysis with external command-line software ([H Backman and Girke 2016](https://link.springer.com/article/10.1186/s12859-016-1241-0)). An automated scientific reporting framework is an integral component of the package, supporting reproducible and transparent analyses.
2222

2323
* __systemPipeRdata: Workflow Templates__ <br/>
24-
[_systemPipeRdata_](https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html) offers a set of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines.
24+
[_systemPipeRdata_](https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html) provides a collection of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines and serve as starting points for reproducible workflow development.
2525

2626
* __systemPipeShiny: Visualization Toolbox__ <br/>
27-
[_systemPipeShiny_](https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html) provides a Shiny-based graphical interface for a subset of _systemPipeR's_ functionalities as well as a collection of interactive visualization tools.
27+
[_systemPipeShiny_](https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html) offers a Shiny-based graphical user interface for a subset of _systemPipeR_ functionalities, along with interactive visualization tools for result exploration, post-processing, and figure assembly.
2828

29+
## Workflow Templates
2930

30-
## Workflow
31+
The [_systemPipeRdata_](https://www.bioconductor.org/packages/release/data/experiment/html/systemPipeRdata.html) package supplies pre-configured workflow templates that are fully compatible with _systemPipeR_. These templates include CWL parameter files for command-line steps and, in many cases, example datasets. They are designed to:
3132

32-
### Templates
33+
+ reduce the learning curve,
34+
+ facilitate rapid testing of workflows, and
35+
+ provide modular building blocks for custom analyses.
3336

34-
The [_systemPipeRdata_](https://www.bioconductor.org/packages/release/data/experiment/html/systemPipeRdata.html) package provides preconfigured workflow templates that are compatible with the _systemPipeR_ WMS. These templates include the necessary CWL parameter files for running the command-line steps of a chosen workflow. Many of the templates come equipped with sample data. This setup serves several purposes: it simplifies the learning curve for using systemPipeR, allows for easy workflow testing, and provides a starting point for developing new workflows. To get started using systemPiperR's workflow templates, users should refer to the provided overview tutorial of [_systemPipeR_](https://www.bioconductor.org/packages/devel/bioc/vignettes/systemPipeR/inst/doc/systemPipeR.html) and [_systemPipeRdata_](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRdata.html).
35-
36-
The workflow templates are also availble from GitHub. The following table lists a core set of workflows along with links for obtaining them from GitHub or via _systemPipeRdata_ from Bioconductor.
37+
Templates are available via _systemPipeRdata_ on Bioconductor and from the project’s GitHub repositories. The table below lists the core workflows and links for accessing them.
3738

3839

3940
| **Name** | **Description** | **URL** |
4041
|------------|------------------------------------------|--------------|
4142
| new | Generic Workflow Template | [Bioc](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/new.html), [GitHub](https://github.com/systemPipeR/sprwf-new-02-14-04) |
42-
| rnaseq | RNA-Seq Workflow Template | [Bioc](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRNAseq.html), [GitHub](https://github.com/systemPipeR/sprwf-sprwf-rnaseq-02-14-04) |
43+
| rnaseq | RNA-Seq Workflow Template | [Bioc](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRNAseq.html), [GitHub](https://github.com/systemPipeR/sprwf-rnaseq-02-14-04) |
4344
| riboseq | RIBO-Seq Workflow Template | [Bioc](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRIBOseq.html), [GitHub](https://github.com/systemPipeR/sprwf-riboseq-02-14-04) |
4445
| chipseq | ChIP-Seq Workflow Template | [Bioc](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeChIPseq.html), [GitHub](https://github.com/systemPipeR/sprwf-chipseq-02-14-04) |
4546
| varseq | VAR-Seq Workflow Template | [Bioc](https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeVARseq.html), [GitHub](https://github.com/systemPipeR/sprwf-varseq-02-14-04) |

public/about/project/index.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
<link rel="icon" type="image/png" href="../../favicons/android-192x192.png" sizes="192x192">
1919

2020
<title>About Project | systemPipe</title><meta property="og:title" content="About Project" />
21-
<meta property="og:description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building and running end-to-end analysis workflows on local machines and HPC systems, while generating at the same time publication quality analysis reports.
22-
This site serves mainly as a landing page providing a high-level overview of each package and links to the corresponding pages on Bioconductor. Detailed usage instructions are provided in the vignettes of each package on Bioconductor (linked below)." />
21+
<meta property="og:description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.
22+
This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below)." />
2323
<meta property="og:type" content="article" />
2424
<meta property="og:url" content="https://systempipe.org/about/project/" /><meta property="article:section" content="about" />
2525

26-
<meta property="article:modified_time" content="2026-02-01T19:06:06-08:00" />
26+
<meta property="article:modified_time" content="2026-02-01T19:20:46-08:00" />
2727

2828
<meta itemprop="name" content="About Project">
29-
<meta itemprop="description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building and running end-to-end analysis workflows on local machines and HPC systems, while generating at the same time publication quality analysis reports.
30-
This site serves mainly as a landing page providing a high-level overview of each package and links to the corresponding pages on Bioconductor. Detailed usage instructions are provided in the vignettes of each package on Bioconductor (linked below).">
31-
<meta itemprop="dateModified" content="2026-02-01T19:06:06-08:00" />
32-
<meta itemprop="wordCount" content="336">
29+
<meta itemprop="description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.
30+
This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below).">
31+
<meta itemprop="dateModified" content="2026-02-01T19:20:46-08:00" />
32+
<meta itemprop="wordCount" content="319">
3333
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About Project"/>
34-
<meta name="twitter:description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building and running end-to-end analysis workflows on local machines and HPC systems, while generating at the same time publication quality analysis reports.
35-
This site serves mainly as a landing page providing a high-level overview of each package and links to the corresponding pages on Bioconductor. Detailed usage instructions are provided in the vignettes of each package on Bioconductor (linked below)."/>
34+
<meta name="twitter:description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.
35+
This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below)."/>
3636

3737

3838

@@ -289,11 +289,7 @@
289289
<li><a href="#core-packages">Core Packages</a></li>
290290
</ul>
291291
</li>
292-
<li><a href="#workflow">Workflow</a>
293-
<ul>
294-
<li><a href="#templates">Templates</a></li>
295-
</ul>
296-
</li>
292+
<li><a href="#workflow-templates">Workflow Templates</a></li>
297293
</ul>
298294
</li>
299295
</ul>
@@ -351,27 +347,31 @@ <h1>About Project</h1>
351347
</header>
352348
<h2 id="overview">Overview</h2>
353349
<img src="systemPipe_logo.png" width="20%" alt="Right Aligned" align="right" style="display: block; margin: auto;" />
354-
<p>The systemPipe project provides a suite of R/Bioconductor packages for designing, building and running end-to-end analysis workflows on local machines and HPC systems, while generating at the same time publication quality analysis reports.</p>
355-
<p>This site serves mainly as a landing page providing a high-level overview of each package and links to the corresponding pages on Bioconductor. Detailed usage instructions are provided in the vignettes of each package on Bioconductor (linked below).</p>
350+
<p>The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.</p>
351+
<p>This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below).</p>
356352
<h3 id="core-packages">Core Packages</h3>
357353
<ul>
358354
<li>
359355
<p><strong>systemPipeR: Workflow Management System (WMS)</strong> <br/>
360-
<a href="https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html"><em>systemPipeR</em></a> is the core workflow management package of this project, enabling users to define, organize, and run workflows that combine R functions with external command-line software(<a href="https://link.springer.com/article/10.1186/s12859-016-1241-0">H Backman and Girke 2016</a>). A scientific reporting system is integral part of the package.</p>
356+
<a href="https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html"><em>systemPipeR</em></a> is the core workflow management package of the project. It enables users to define, organize, and execute workflows that integrate R-based analysis with external command-line software (<a href="https://link.springer.com/article/10.1186/s12859-016-1241-0">H Backman and Girke 2016</a>). An automated scientific reporting framework is an integral component of the package, supporting reproducible and transparent analyses.</p>
361357
</li>
362358
<li>
363359
<p><strong>systemPipeRdata: Workflow Templates</strong> <br/>
364-
<a href="https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> offers a set of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines.</p>
360+
<a href="https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> provides a collection of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines and serve as starting points for reproducible workflow development.</p>
365361
</li>
366362
<li>
367363
<p><strong>systemPipeShiny: Visualization Toolbox</strong> <br/>
368-
<a href="https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html"><em>systemPipeShiny</em></a> provides a Shiny-based graphical interface for a subset of <em>systemPipeR&rsquo;s</em> functionalities as well as a collection of interactive visualization tools.</p>
364+
<a href="https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html"><em>systemPipeShiny</em></a> offers a Shiny-based graphical user interface for a subset of <em>systemPipeR</em> functionalities, along with interactive visualization tools for result exploration, post-processing, and figure assembly.</p>
369365
</li>
370366
</ul>
371-
<h2 id="workflow">Workflow</h2>
372-
<h3 id="templates">Templates</h3>
373-
<p>The <a href="https://www.bioconductor.org/packages/release/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> package provides preconfigured workflow templates that are compatible with the <em>systemPipeR</em> WMS. These templates include the necessary CWL parameter files for running the command-line steps of a chosen workflow. Many of the templates come equipped with sample data. This setup serves several purposes: it simplifies the learning curve for using systemPipeR, allows for easy workflow testing, and provides a starting point for developing new workflows. To get started using systemPiperR&rsquo;s workflow templates, users should refer to the provided overview tutorial of <a href="https://www.bioconductor.org/packages/devel/bioc/vignettes/systemPipeR/inst/doc/systemPipeR.html"><em>systemPipeR</em></a> and <a href="https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRdata.html"><em>systemPipeRdata</em></a>.</p>
374-
<p>The workflow templates are also availble from GitHub. The following table lists a core set of workflows along with links for obtaining them from GitHub or via <em>systemPipeRdata</em> from Bioconductor.</p>
367+
<h2 id="workflow-templates">Workflow Templates</h2>
368+
<p>The <a href="https://www.bioconductor.org/packages/release/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> package supplies pre-configured workflow templates that are fully compatible with <em>systemPipeR</em>. These templates include CWL parameter files for command-line steps and, in many cases, example datasets. They are designed to:</p>
369+
<ul>
370+
<li>reduce the learning curve,</li>
371+
<li>facilitate rapid testing of workflows, and</li>
372+
<li>provide modular building blocks for custom analyses.</li>
373+
</ul>
374+
<p>Templates are available via <em>systemPipeRdata</em> on Bioconductor and from the project’s GitHub repositories. The table below lists the core workflows and links for accessing them.</p>
375375
<table>
376376
<thead>
377377
<tr>
@@ -389,7 +389,7 @@ <h3 id="templates">Templates</h3>
389389
<tr>
390390
<td>rnaseq</td>
391391
<td>RNA-Seq Workflow Template</td>
392-
<td><a href="https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRNAseq.html">Bioc</a>, <a href="https://github.com/systemPipeR/sprwf-sprwf-rnaseq-02-14-04">GitHub</a></td>
392+
<td><a href="https://www.bioconductor.org/packages/devel/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRNAseq.html">Bioc</a>, <a href="https://github.com/systemPipeR/sprwf-rnaseq-02-14-04">GitHub</a></td>
393393
</tr>
394394
<tr>
395395
<td>riboseq</td>
@@ -430,7 +430,7 @@ <h3 id="templates">Templates</h3>
430430

431431
Last modified
432432
2026-02-01
433-
: <a href="https://github.com/systemPipeR/systemPipeR.github.io/commit/b36a212ca185a6d246314916de2f7650fc7753bf">Update site content and build (b36a212c)</a>
433+
: <a href="https://github.com/systemPipeR/systemPipeR.github.io/commit/7a51ad3391eca131239eb6608f10919c3f3c130d">Update site content and build (7a51ad33)</a>
434434

435435
</div>
436436

public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<lastmod>2021-04-22T15:46:31-07:00</lastmod>
6161
</url><url>
6262
<loc>https://systempipe.org/about/project/</loc>
63-
<lastmod>2026-02-01T19:06:06-08:00</lastmod>
63+
<lastmod>2026-02-01T19:20:46-08:00</lastmod>
6464
</url><url>
6565
<loc>https://systempipe.org/sps/modules/rnaseq/</loc>
6666
<lastmod>2022-11-03T17:18:58-07:00</lastmod>

0 commit comments

Comments
 (0)