Skip to main content

Advanced Features

This guide covers the advanced features of BoCoFlow that allow you to create more powerful and flexible workflows.

Conda Environment Integration

BoCoFlow can integrate with Conda environments to manage Python dependencies and ensure reproducible workflows.

Setting Up Conda Integration

  1. In the Setup dialog, specify:

    • Conda Path: The path to your Conda installation (e.g., /home/user/miniconda3 or C:\Users\user\Anaconda3)
    • Default Conda Environment: The name of your default environment
  2. BoCoFlow will use this environment for executing nodes that require Python.

Benefits of Conda Integration

  • Dependency Management: Isolate dependencies for different projects
  • Reproducibility: Ensure workflows run consistently across environments
  • Compatibility: Avoid conflicts between packages needed by different nodes
  • Python Version Control: Use specific Python versions for compatibility

Next Steps

With these advanced features, you can create powerful, efficient, and flexible workflows in BoCoFlow. For more details: