Meandros is a specialized tool for analyzing and processing biological images, with a focus on axolotl limb development and regeneration studies. The software provides a comprehensive suite of tools for ROI detection, axis approximation, and statistical analysis.
- Python 3.8 or higher
- Git (for cloning the repository)
- Operating Systems supported:
- Windows (with Git Bash or WSL)
- Linux
- macOS
-
Get the code (choose one option):
a. Clone from GitHub:
git clone https://github.com/RodCor/Meandros cd Meandrosb. Download from Zenodo:
- Download and extract the ZIP file
- Navigate to the extracted folder
-
Run the installation script:
# On Windows (using Git Bash) bash install_meandros.sh # On Linux/macOS ./install_meandros.sh
The installation script will:
- Check for Python installation
- Create a virtual environment
- Install all required dependencies
- Set up the necessary configuration
If you prefer to install manually, you can:
-
Create a virtual environment:
python -m venv .venv
-
Activate the virtual environment:
# On Windows .venv\Scripts\activate # On Linux/macOS source .venv/bin/activate
-
Install dependencies:
python -m pip install --upgrade pip python -m pip install uv python -m uv pip install .
After installation, you can run Meandros using:
# On Windows (using Git Bash)
bash run_meandros.sh
# On Linux/macOS
./run_meandros.sh- ROI (Region of Interest) Detection
- Axis Approximation
- Statistical Analysis
- Data Export Capabilities
- Interactive Visualization
If you encounter any issues during installation:
-
Ensure Python 3.8+ is installed:
python --version
-
Check if the virtual environment was created properly:
# The .venv directory should exist ls .venv -
Try removing the virtual environment and running the installation script again:
rm -rf .venv bash install_meandros.sh
Publication
Arce, H., Ceccarelli, A.S., Córdoba, R.C. et al. Modeling proximalisation in axolotl limb regeneration. Sci Rep 15, 26839 (2025). https://doi.org/10.1038/s41598-025-10527-8
MIT License Copyright © 2025
For questions and support, please contact the Authors of the project.