A databasing framework for the Compound Attachment Tools package (CAT).
Project description
Data-CAT 0.7.1
Data-CAT is a databasing framework for the Compound Attachment Tools package (CAT).
Installation
Download miniconda for python3: miniconda (also you can install the complete anaconda version).
Install according to: installConda.
Create a new virtual environment, for python 3.7, using the following commands:
conda create --name CAT python
The virtual environment can be enabled and disabled by, respectively, typing:
Enable: conda activate CAT
Disable: conda deactivate
Dependencies installation
Using the conda environment the following packages should be installed:
Package installation
Finally, install Data-CAT using pip:
Data-CAT: pip install data-CAT --upgrade
Now you are ready to use Data-CAT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.