Given a pair of multi-channel networks, template and background, attempt to find any and all instances of the template in the background.
- Install miniconda or anaconda
- Clone the repository
git clone [link] - Create a conda environment
cd [repository directory name]conda env create -f environment.yml
- Activate the environment
conda activate uclasmor possiblysource activate uclasm - Move to the examples directory
cd examples - Try running the example code
python count_isomorphisms.py