Python CLI to convert between zero and one based coordinate systems
- You can find an installer to Anaconda here for your distribution (macOS, Linux, windows).
- Download the installer and follow the instructions.
-
Clone this repo
git clone https://github.com/griffithlab/convert_zero_one_based.git -
Add conda-forge channel to build dependencies
conda config --add channels conda-forge -
Use Anaconda to build the tool
cd convert_zero_one_based conda build meta.yaml -
Install the tool locally
conda install convert_zero_one_based --use-local -
Verify the install
convert_zero_one_based --help