hassansaei / VNtyper

A tool to genotype MUC1 coding VNTR in ADTKD
Other
3 stars 3 forks source link

Bug: regex module missing in install #1

Closed berntpopp closed 3 weeks ago

berntpopp commented 2 months ago

after installation this error occures:

import regex as re
ModuleNotFoundError: No module named 'regex'
hassansaei commented 2 months ago

after installation this error occures:

import regex as re
ModuleNotFoundError: No module named 'regex'

Hello,

You can run "python -m pip install regex" for the version of the python you are using to run VNtyper.