RequirementsΒΆ
To use ncfp you will need:
- Operating System
- macOS or Linux
- Python
- Python version 3.5 or higher
- Python Packages
- biopython (must be v1.10 or higher due to UniProt API changes)
- bioservices
- tqdm
The Python package dependencies will be installed automatically if installing using pip or conda. If installing from source, please use pip install -r requirements.txt or conda install --file requirements.txt. See Installation for more information about installation.