Skip to content
/ utrfx Public

Compute features for untranslated regions in Python

Notifications You must be signed in to change notification settings

P2GX/utrfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utrfx

Compute features for untranslated regions in Python

Setup

Setup for using the package is easy. Just install with pip.

cd utrfx
python -m pip install .

For developers

Install in editable mode to see the updates without having to reinstall. Just restart the kernel.

cd utrfx
python -m pip install --editable .

Run tests

To make sure the installation went OK, run the tests:

cd utrfx
python -m pip install .[test]

# run tests
pytest

About

Compute features for untranslated regions in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages