Installation

Python Loader / CLI Entrypoint

Installation Steps

Step 1: Download Required Files

Download the required files:

Usage

Basic Launch

python3 loader.py

The script will guide you through:

  1. Environment Detection
    • Checks Docker availability
    • Verifies system requirements
    • Detects platform (Linux/macOS/Windows)
  2. Configuration Setup
    • BIDS dataset path selection
    • Output directory configuration
    • Resource allocation
  3. Docker Management
    • Downloads Docker images (first run)
    • Starts containers
    • Manages environment variables

When the loader program has completed:

# Try entering the core GUI tool
GUI

# Try entering the pre-processing tool
pre-process

# Try starting the flex-search tool
flex-search

If these manage to load the CLI you are good to go!