Installation Guide¶
This guide will help you install Custom Panel and its dependencies.
Prerequisites¶
- Python 3.10+ - Custom Panel requires Python 3.10 or later
- Poetry - Recommended package manager for Python projects
- Git - For cloning the repository
Installation Methods¶
Using Poetry (Recommended)¶
First, clone the repository:
Install with Poetry:
Using pip¶
From PyPI (when published)¶
Verify Installation¶
Check that the installation was successful:
You should see the help message with available commands.
Configuration Check¶
Verify your configuration is valid:
Next Steps¶
- Running the Pipeline - Learn basic usage
- Configuration - Customize data sources and scoring
- COSMIC Setup - Configure COSMIC access (optional)
- OMIM Setup - Configure OMIM access (optional)
Troubleshooting¶
Common Issues¶
ImportError: Ensure you're using Python 3.10+ and all dependencies are installed.
Permission errors: Make sure you have write permissions to the output directory.
API timeouts: Check your internet connection and API access credentials.
Getting Help¶
If you encounter issues:
- Check the GitHub Issues
- Review the configuration documentation
- Create a new issue with detailed error messages