logo
SciPipe Docs
Creating sub-workflows
Initializing search
    scipipe/scipipe
    scipipe/scipipe
    • Introduction
    • Installing
    • Basic Concepts
    • Writing Workflows
      • Running parts of workflows
      • Using parameters in commands and file names
      • Creating components in Go
      • Creating re-usable components
      • Globbing files
      • Splitting files
      • Joining multiple files
      • Creating combinations of files
      • Enable streaming between components
      • Creating sub-workflows
      • Implement scatter/gather workflows
      • Interacting with an HPC resource manager
      • Constrain resource usage
      • Plotting workflow graphs
      • Convert audit logs to other formats
    • Settings
    • Examples
    • Video tutorials
    • Other Resources
    • Acknowledgements
    • Related Tools
    • Contributing

    Creating sub-workflows

    It is possible in SciPipe to wrap a whole workflow in a process, so that it can be used as any other process, in larger workflows.

    This is demonstrated in this example on GitHub.

    Made with Material for MkDocs