Thank you for your interest in contributing to ProBioPred!
- Fork the repository on GitHub
- Clone your fork locally
- Create a branch for your changes:
git checkout -b your-feature-name - Make your changes and test them
- Commit with a clear message:
git commit -m "Add/fix: description" - Push to your fork:
git push origin your-feature-name - Open a Pull Request against the
mainbranch
conda create -n probiopred python=3.10
conda activate probiopred
conda install -c bioconda blast
conda install -c conda-forge libsvm
pip install -e .You will also need RGI (Resistance Gene Identifier) for antibiotic resistance detection. See the main README for full installation instructions.
- Use Python 3
- Follow PEP 8 where practical
- Add docstrings to new functions
If you find a bug or have a suggestion, please open an issue on GitHub with:
- A clear description of the problem
- Steps to reproduce (for bugs)
- Your environment (OS, Python version, etc.)
For questions about ProBioPred, you can open an issue or contact the maintainers.