MGHComputationalPathology / CellTics

Center for Integrated Diagnostics at Mass General Hospital NGS tools
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

No module named 'celltics.lib' #2

Closed azerxu closed 5 years ago

azerxu commented 5 years ago

Traceback (most recent call last): File "vargroup.py", line 23, in from celltics.lib import chunks, get_indel_from_cigar ModuleNotFoundError: No module named 'celltics.lib'

No lib module found in celltics

alliemclean commented 5 years ago

Did you do this first?

python setup.py

alliemclean commented 5 years ago

The lib file mistakingly was not checked in. This is fixed now and merged to master!