logo
SciPipe Docs
Splitting files
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

    Splitting files

    At the time of writing this, the recommended way to split files is to use the FileSplitter component in the component library shipped with SciPipe.

    Also see the page about Scatter/Gather.

    Made with Material for MkDocs