mlibbrecht / submodular_sequence_repset

4 stars 4 forks source link

import bedtools? #1

Closed laserson closed 4 years ago

laserson commented 6 years ago

repset.py tries to import a package called bedtools. However, this package doesn't seem to be used (nor does it exist in PyPI).

jun3234 commented 4 years ago

Have you solved this problem? I met the same issue.

jun3234 commented 4 years ago

It is ok to change import bedtools to # import beddtools

mlibbrecht commented 4 years ago

Thanks for noticing this; it is fixed.