Finding or Importing a Workflow
Last updated
Was this helpful?
Last updated
Was this helpful?
supports workflows written in the (WDL). These workflows can come from DNAstack's curated collection, your own imports, or community resources. Before starting, ensure you have connected Workbench to at least one workflow engine.
WDL (pronounced 'widdle') is an open, community-driven workflow language stewarded by the . DNAstack provides pre-built WDL workflows for processing data from various sequencing platforms, including Illumina, Oxford Nanopore, and PacBio. You can also import custom workflows through the user interface or command-line interface ().
Navigate to the "Workflows" page in the sidebar to view available workflows. The table displays both DNAstack's curated workflows from sources like and any private workflows you've imported. Use the search box to filter workflows by name, author, or version.
For detailed workflow information:
Click the workflow name or select "View Workflow" from the Actions menu
Review the Overview tab for general information
Check the Versions tab for available versions
Examine associated files and documentation
To run a workflow:
Click "Run Latest Version" from the workflow details page
Select a specific version from the Versions tab
Use the Actions menu to run directly from the workflows table
After selecting a workflow, you'll be taken to the inputs configuration page to set up your run.
You can add your own WDL workflows to Workbench in two ways:
Upload through the Workbench user interface
Import using the command-line interface (CLI)
For detailed CLI import instructions, refer to the CLI documentation.
For those interested in WDL development, several resources are available:
DNAstack also offers custom workflow development services. Contact the DNAstack team to discuss your specific workflow needs.
Many public WDL workflows are available through , a free and open-source platform for sharing analytical tools and workflows. While many Dockstore workflows are pre-loaded in (marked with "Dockstore" as their source), you can export additional workflows from Dockstore using the 'Export as Zip' option and import them via the .
- Core language documentation, available functions, and developer resources
- Beginner guides and common usage patterns
- Complete educational materials with video walkthroughs