|
23 | 23 | <meta property="og:type" content="article" /> |
24 | 24 | <meta property="og:url" content="https://systempipe.org/about/project/" /><meta property="article:section" content="about" /> |
25 | 25 |
|
26 | | -<meta property="article:modified_time" content="2026-02-01T19:35:46-08:00" /> |
| 26 | +<meta property="article:modified_time" content="2026-02-13T12:22:02-08:00" /> |
27 | 27 |
|
28 | 28 | <meta itemprop="name" content="About Project"> |
29 | 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 | 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:35:46-08:00" /> |
| 31 | +<meta itemprop="dateModified" content="2026-02-13T12:22:02-08:00" /> |
32 | 32 | <meta itemprop="wordCount" content="365"> |
33 | 33 | <meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About Project"/> |
34 | 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. |
|
276 | 276 | <ul> |
277 | 277 | <li> |
278 | 278 | <ul> |
279 | | - <li><a href="#overview">Overview</a> |
280 | | - <ul> |
281 | | - <li><a href="#core-packages">Core Packages</a></li> |
282 | | - </ul> |
283 | | - </li> |
| 279 | + <li><a href="#overview">Overview</a></li> |
| 280 | + <li><a href="#core-packages">Core Packages</a></li> |
284 | 281 | <li><a href="#workflow-templates">Workflow Templates</a></li> |
285 | 282 | </ul> |
286 | 283 | </li> |
@@ -341,26 +338,34 @@ <h2 id="overview">Overview</h2> |
341 | 338 | <img src="systemPipe_logo.png" width="20%" alt="Right Aligned" align="right" style="display: block; margin: auto;" /> |
342 | 339 | <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> |
343 | 340 | <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> |
344 | | -<h3 id="core-packages">Core Packages</h3> |
345 | | -<ul> |
346 | | -<li><strong>systemPipeR: Workflow Management System (WMS)</strong> <br/></li> |
347 | | -</ul> |
348 | | -<p align="right"> |
| 341 | +<br> |
| 342 | +<h2 id="core-packages">Core Packages</h2> |
| 343 | +<div style="display: flex; justify-content: space-between; align-items: center;"> |
| 344 | + <h4 style="margin: 0;">systemPipeR: Workflow Management System (WMS)</h4> |
349 | 345 | <a href="https://bioconductor.org/packages/devel/bioc/vignettes/systemPipeR/inst/doc/systemPipeR.html"> |
350 | 346 | <img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge"> |
351 | 347 | </a> |
352 | | -</p> |
353 | | -[_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. |
354 | | -<ul> |
355 | | -<li> |
356 | | -<p><strong>systemPipeRdata: Workflow Templates</strong> <br/> |
357 | | -<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> |
358 | | -</li> |
359 | | -<li> |
360 | | -<p><strong>systemPipeShiny: Visualization Toolbox</strong> <br/> |
361 | | -<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> |
362 | | -</li> |
363 | | -</ul> |
| 348 | +</div> |
| 349 | +<br> |
| 350 | +<p><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> |
| 351 | +<br> |
| 352 | +<div style="display: flex; justify-content: space-between; align-items: center;"> |
| 353 | + <h4 style="margin: 0;">systemPipeRdata: Workflow Templates</h4> |
| 354 | + <a href="https://www.bioconductor.org/packages/release/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRdata.html"> |
| 355 | + <img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge"> |
| 356 | + </a> |
| 357 | +</div> |
| 358 | +<br> |
| 359 | +<p><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> |
| 360 | +<br> |
| 361 | +<div style="display: flex; justify-content: space-between; align-items: center;"> |
| 362 | + <h4 style="margin: 0;">systemPipeShiny: Visualization Toolbox</h4> |
| 363 | + <a href="https://bioconductor.org/packages/release/bioc/vignettes/systemPipeShiny/inst/doc/systemPipeShiny.html"> |
| 364 | + <img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge"> |
| 365 | + </a> |
| 366 | +</div> |
| 367 | +<br> |
| 368 | +<p><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> |
364 | 369 | <h2 id="workflow-templates">Workflow Templates</h2> |
365 | 370 | <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> |
366 | 371 | <ul> |
@@ -448,8 +453,8 @@ <h2 id="workflow-templates">Workflow Templates</h2> |
448 | 453 | <div class="text-muted mt-5 pt-3 border-top"> |
449 | 454 |
|
450 | 455 | Last modified |
451 | | - 2026-02-01 |
452 | | - : <a href="https://github.com/systemPipeR/systemPipeR.github.io/commit/3b08e02419920097732bc7eb792012dea25cfb3b">Update site content and build (3b08e024)</a> |
| 456 | + 2026-02-13 |
| 457 | + : <a href="https://github.com/systemPipeR/systemPipeR.github.io/commit/ddd451c1936c9b29899c53deadaa77aafb4f9e00">Update site content and build (ddd451c1)</a> |
453 | 458 |
|
454 | 459 | </div> |
455 | 460 |
|
|
0 commit comments