Building WebApps#
This section presents a step-by-step walkthrough on how to build B-Fabric web applications using the bfabric_web_apps
library and template repository. Whether you're starting from scratch or adapting an existing template, this tutorial gives you a solid foundation.
Building WebApps in B-Fabric#
Follow the process of building a B-Fabric app using Dash, bfabric_web_apps
, and a Nextflow pipeline.
This video tutorial shows how to construct the Hello World Nextflow app by combining modular components, authentication patterns, and pipeline integration. You'll also get a quick architectural overview before diving into the practical setup.
Template Repository The application in the video is based on the official template repository: bfabric-web-app-template
Nextflow Hello World Pipeline The minimal Nextflow pipeline used in the tutorial is documented at the Nextflow Getting Started Guide
Hello World App Repository To view the final result demonstrated in the video, visit the nfc-hello-world GitHub repository
Prefer Text-Based Guides?#
You can also explore the usage documentation for more in-depth technical references.