Compute features for untranslated regions in Python
Setup for using the package is easy. Just install with pip.
cd utrfx
python -m pip install .Install in editable mode to see the updates without having to reinstall. Just restart the kernel.
cd utrfx
python -m pip install --editable .To make sure the installation went OK, run the tests:
cd utrfx
python -m pip install .[test]
# run tests
pytest